From 983863292ad5e43c2f8b7fd12a1fdd75dbd6b26a Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Fri, 27 Mar 2020 12:31:19 -0400 Subject: [PATCH] docker host address --- compose/production/traefik/traefik.toml.template | 2 +- scripts/conf/jitsi.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/production/traefik/traefik.toml.template b/compose/production/traefik/traefik.toml.template index 4050172..45e1169 100644 --- a/compose/production/traefik/traefik.toml.template +++ b/compose/production/traefik/traefik.toml.template @@ -78,7 +78,7 @@ defaultEntryPoints = ["http"] [backends.cockpit] [backends.cockpit.servers.server1] - url = "http://IPV4_PUBLIC:9090" + url = "http://10.2.3.1:9090" [frontends] [frontends.django] diff --git a/scripts/conf/jitsi.env b/scripts/conf/jitsi.env index dafff01..2666101 100644 --- a/scripts/conf/jitsi.env +++ b/scripts/conf/jitsi.env @@ -20,7 +20,7 @@ TZ=Europe/Amsterdam # IP address of the Docker host. See the "Running on a LAN environment" section # in the README. -#DOCKER_HOST_ADDRESS=192.168.1.1 +DOCKER_HOST_ADDRESS=10.2.3.1 #