Update docker-compose.yml

This commit is contained in:
Tommy 2022-01-15 09:59:53 -05:00 committed by GitHub
parent 22b773c34e
commit 1ce4c64b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ services:
container_name: coturn
volumes:
- ./coturn/turnserver.conf:/etc/turnserver.conf:Z
- ./swag/etc/letsencrypt/live/matrix.yourdomain.tld:/keys:Z
- ./swag/etc/letsencrypt/:/keys:Z
depends_on:
- swag
network_mode: host