1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-17 22:21:03 +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.4
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true