[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
185fcbcb6f
commit
ead655afae
1 changed files with 7 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue