1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-19 02:21:02 +08:00
github-action update-app-version f3d574a9e2 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