add pageplug

This commit is contained in:
2023-10-10 10:08:46 +08:00
parent 848752cbe5
commit ac20d0475d

View File

@@ -0,0 +1,22 @@
version: "3"
services:
pageplug:
image: index.docker.io/cloudtogouser/pageplug-ce:v1.9.20
container_name: pageplug
ports:
- "80:80"
- "443:443"
volumes:
- ./data:/appsmith-stacks
environment:
- TZ=Asia/Shanghai
restart: unless-stopped
networks:
nginx:
aliases:
- pageplug
networks:
nginx:
external: true