Update conduit coturn stuff

This commit is contained in:
Isaac Shoebottom 2024-06-14 16:54:37 -03:00
parent fee1f042d3
commit 5281b52e4c

View File

@ -15,6 +15,7 @@ services:
container_name: coturn-server
image: docker.io/coturn/coturn:latest
restart: unless-stopped
network_mode: "host"
volumes:
- /docker/appdata/conduit/coturn.conf:/etc/coturn/turnserver.conf
networks:
conduit: