From 6244a51df538db28cbfb7b4c560cb3a49a1abbb8 Mon Sep 17 00:00:00 2001 From: Zoey Date: Mon, 5 Jun 2023 15:31:21 +0200 Subject: [PATCH] remove ip of talk container Signed-off-by: Zoey --- Containers/talk-recording/start.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Containers/talk-recording/start.sh b/Containers/talk-recording/start.sh index 394f1e82a9b..3ed041b33d1 100644 --- a/Containers/talk-recording/start.sh +++ b/Containers/talk-recording/start.sh @@ -12,11 +12,6 @@ elif [ -z "$RECORDING_SECRET" ]; then exit 1 fi -set -x -IPv4_ADDRESS_TALK="$(dig nextcloud-aio-talk A +short)" -set +x - -# TODO: Check if using IP of signaling container is enough or if nc_domain/standalone-signaling is enough cat << RECORDING_CONF > "/etc/recording.conf" [logs] level = 30