1
0
Fork 0
1Panel-Appstore/apps/moments-kingwrcy/0.2.12/docker-compose.yml

20 lines
417 B
YAML

services:
moments1:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
volumes:
- "${DATA_PATH}:/app/data"
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
image: kingwrcy/moments:0.2.12
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true