[Komodo] admin: Write Stack File: update compose.yaml

This commit is contained in:
komodo 2026-02-28 09:41:52 +01:00
parent 185fcbcb6f
commit ead655afae

View file

@ -32,3 +32,10 @@ services:
network_mode: host network_mode: host
volumes: volumes:
- /app-config/matrix/coturn/turnserver.conf:/etc/coturn/turnserver.conf:ro - /app-config/matrix/coturn/turnserver.conf:/etc/coturn/turnserver.conf:ro
synapse-admin:
image: awesometechnologies/synapse-admin:latest
container_name: synapse-admin
restart: unless-stopped
ports:
- "8081:80"