Browse Source

docker host address

merge-requests/13/head
Steven Foerster 6 years ago
parent
commit
983863292a
  1. 2
      compose/production/traefik/traefik.toml.template
  2. 2
      scripts/conf/jitsi.env

2
compose/production/traefik/traefik.toml.template

@ -78,7 +78,7 @@ defaultEntryPoints = ["http"] @@ -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]

2
scripts/conf/jitsi.env

@ -20,7 +20,7 @@ TZ=Europe/Amsterdam @@ -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
#

Loading…
Cancel
Save