From 01cc3c94ac123ad035bebab4c7535d6ea82eec00 Mon Sep 17 00:00:00 2001 From: marlon Date: Thu, 15 Aug 2024 17:31:39 -0400 Subject: [PATCH] add PVB_ADVERTISE_IPS env var to the jvb config --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index fa7b52e..c9e6a44 100644 --- a/compose.yml +++ b/compose.yml @@ -87,6 +87,7 @@ services: environment: - JVB_AUTH_PASSWORD_FILE=/run/secrets/jvb_auth_password - JVB_WS_DOMAIN + - JVB_ADVERTISE_IPS configs: - source: entrypoint target: /custom-entrypoint.sh