diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-31 16:42:46 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-31 16:42:46 -0400 |
commit | b566e9385082678bc2f75e0712d856fa1c64c94c (patch) | |
tree | cc60420a5c1383f24ff9b7e0cbcd838969b004a0 /roles/authelia | |
parent | eb01bd2c61dd1d85620654ccb8f331a70bc9ac83 (diff) | |
download | oldinfra-b566e9385082678bc2f75e0712d856fa1c64c94c.tar.gz oldinfra-b566e9385082678bc2f75e0712d856fa1c64c94c.zip |
use hatecomupters.club internal dns
Diffstat (limited to 'roles/authelia')
-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 |