diff options
Diffstat (limited to 'roles/authelia/templates/docker-compose.yml.j2')
-rw-r--r-- | roles/authelia/templates/docker-compose.yml.j2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/authelia/templates/docker-compose.yml.j2 b/roles/authelia/templates/docker-compose.yml.j2 index b60545f..aa53bb9 100644 --- a/roles/authelia/templates/docker-compose.yml.j2 +++ b/roles/authelia/templates/docker-compose.yml.j2 @@ -7,8 +7,10 @@ services: volumes: - ./authelia:/config ports: - - 9091:9091 + - 127.0.0.1:9091:9091 restart: unless-stopped + dns: + - {{ johan_ip }} redis: image: redis:alpine container_name: redis |