From 61a87fc70057342f54179aaf42185e9473748649 Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 27 Jul 2025 23:36:31 +0000 Subject: [PATCH] talkhpb/docker-compose.yml aktualisiert --- talkhpb/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/talkhpb/docker-compose.yml b/talkhpb/docker-compose.yml index e827f79..3f337ae 100644 --- a/talkhpb/docker-compose.yml +++ b/talkhpb/docker-compose.yml @@ -13,5 +13,6 @@ services: - SIGNALING_SECRET=${SIGNALING_SECRET} #this must be a long secretpasswordkey - TZ=${TIMEZONE} #Europe/Berlin - TALK_PORT=${TALK_PORT} #3478 + - STUN_SERVER=${STUN_SERVER} - INTERNAL_SECRET=${INTERNAL_SECRET} #this must be a long secretpasswordkey restart: unless-stopped \ No newline at end of file