From 62ae1635fd9a829cf250da46fdbf5e5a6724aeaa Mon Sep 17 00:00:00 2001 From: Kevin Heyer Date: Sun, 24 Aug 2025 10:00:55 +0200 Subject: [PATCH] Fix wrong network --- .../templates/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/deploy_container_mailarchive/templates/docker-compose.yml.j2 b/ansible/roles/deploy_container_mailarchive/templates/docker-compose.yml.j2 index b970819..ea570d1 100644 --- a/ansible/roles/deploy_container_mailarchive/templates/docker-compose.yml.j2 +++ b/ansible/roles/deploy_container_mailarchive/templates/docker-compose.yml.j2 @@ -77,4 +77,4 @@ services: networks: traefik: external: true - postgres: \ No newline at end of file + mailarchive: \ No newline at end of file