diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-03 16:00:23 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-03 16:00:23 -0400 |
commit | 61bdb137758ec18c74c8fb1b4030e496a2a70ebd (patch) | |
tree | 796c00a0b691e7196e98905fe7431bb63e09793e /roles/mail/templates | |
parent | b2fae5840772f26e9b2f26d318ad6aaf5e4b550f (diff) | |
download | oldinfra-61bdb137758ec18c74c8fb1b4030e496a2a70ebd.tar.gz oldinfra-61bdb137758ec18c74c8fb1b4030e496a2a70ebd.zip |
fix dns
Diffstat (limited to 'roles/mail/templates')
-rw-r--r-- | roles/mail/templates/docker-compose.yml.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/mail/templates/docker-compose.yml.j2 b/roles/mail/templates/docker-compose.yml.j2 index 7a7c664..08524e4 100644 --- a/roles/mail/templates/docker-compose.yml.j2 +++ b/roles/mail/templates/docker-compose.yml.j2 @@ -45,4 +45,6 @@ services: - POSTMASTER_ADDRESS={{ postmaster_email }} dns: - {{ nameserver_ip }} + extra_hosts: + - "lldap.internal.simponic.xyz:{{ johan_ip }}" restart: always |