1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-25 19:00:51 +08:00
1Panel-Appstore/apps/synapse-admin/0.11.1/docker-compose.yml
2025-06-13 18:53:10 +08:00

16 lines
311 B
YAML

services:
synapse-admin:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
image: awesometechnologies/synapse-admin:0.11.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true