Update docker-compose.yml

This commit is contained in:
Tommy 2022-01-15 10:45:33 -05:00 committed by GitHub
parent 20f0b0e4f9
commit dffa92fcca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 12 deletions

View File

@ -45,17 +45,6 @@ services:
networks:
- matrix
coturn:
image: coturn/coturn:alpine
restart: unless-stopped
container_name: coturn
volumes:
- ./coturn/turnserver.conf:/etc/turnserver.conf:Z
- ./swag/etc/:/keys:Z
depends_on:
- swag
network_mode: host
swag:
image: ghcr.io/linuxserver/swag
restart: unless-stopped
@ -66,7 +55,7 @@ services:
- PUID=1000
- PGID=1000
- URL=yourdomain.tld
- SUBDOMAINS=synapse,app,turn
- SUBDOMAINS=synapse,element
- VALIDATION=http
- EMAIL=changeme@yourdomain.tld
- ONLY_SUBDOMAINS=true