diff --git a/compose.yaml b/compose.yaml index fb53204..e467d27 100644 --- a/compose.yaml +++ b/compose.yaml @@ -32,3 +32,10 @@ services: network_mode: host volumes: - /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"