1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 03:21:12 +08:00
1Panel-Appstore/apps/discuz/3.4/docker-compose.yml
2024-06-01 18:07:27 +08:00

22 lines
395 B
YAML

services:
discuz:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
- "${PANEL_APP_PORT_HTTPS}:443"
volumes:
- discuz_data:/var/www/html
image: tencentci/discuz:v3.4
labels:
createdBy: "Apps"
volumes:
discuz_data:
networks:
1panel-network:
external: true