commit c41ba0b3aab8aefd10eacd33ad96344cebd450e2 Author: atomizeee Date: Tue Aug 4 19:45:40 2026 -0400 Add docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..67ee3a1 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,10 @@ +services: + coturn: + hostname: 'coturn' + container_name: coturn + image: 'coturn/coturn' + network_mode: host + volumes: + - ./my.conf:/etc/coturn/turnserver.conf + restart: unless-stopped +