1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-24 22:49:40 +08:00
1Panel-Appstore/synapse-admin/0.10.2/docker-compose.yml
github-action update-app-version ed82184292 Update app version [skip ci]
2024-07-09 17:15:17 +00: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.10.2
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true