From d3dd84ab4ae80ee46967378376ed39e0ef99120f Mon Sep 17 00:00:00 2001 From: marlon Date: Tue, 20 Aug 2024 11:52:58 -0400 Subject: [PATCH] send XMPP_SERVER env to jvb container --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 7595721..792b193 100644 --- a/compose.yml +++ b/compose.yml @@ -88,7 +88,7 @@ services: - JVB_AUTH_PASSWORD_FILE=/run/secrets/jvb_auth_password - JVB_WS_DOMAIN - JVB_ADVERTISE_IPS - - LOCAL_ADDRESS + - XMPP_SERVER configs: - source: entrypoint target: /custom-entrypoint.sh