1
0
Fork 0
1Panel-Appstore/apps/twonav/20251103/docker-compose.yml

19 lines
333 B
YAML
Raw Permalink Normal View History

2023-11-09 19:15:01 +08:00
services:
2025-07-03 11:40:55 +08:00
twonav:
2023-11-09 19:15:01 +08:00
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
2025-07-03 11:40:55 +08:00
- "./data:/www"
tty: true
image: tznb/twonav:20251103
2023-11-09 19:15:01 +08:00
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true