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