add pageplug
This commit is contained in:
22
Docker/pageplug/docker-compose.yml
Normal file
22
Docker/pageplug/docker-compose.yml
Normal 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
|
||||||
Reference in New Issue
Block a user