Update docker-compose.yml

This commit is contained in:
Tommy 2022-01-15 09:09:49 -05:00 committed by GitHub
parent ca352ffc4d
commit ca823fd783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,17 @@ services:
networks:
- matrix
coturn:
image: coturn/coturn:alpine
restart: unless-stopped
container_name: coturn
volumes:
- ./coturn/turnserver.conf:/etc/turnserver.conf:Z
- ./swag/etc/letsencrypt/live/matrix.yourdomain.tld:/keys:Z
depends_on:
- swag
network_mode: host
swag:
image: ghcr.io/linuxserver/swag
restart: unless-stopped