From 6891770a303f72bbc86893118fbf2143ac54d018 Mon Sep 17 00:00:00 2001 From: Phillip Skentelbery Date: Sat, 27 Jun 2026 18:00:30 -0600 Subject: [PATCH] fix: remove unnecessary port publishing from listmonk --- roles/docker/templates/listmonk-compose.yml.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/docker/templates/listmonk-compose.yml.j2 b/roles/docker/templates/listmonk-compose.yml.j2 index 3c04397..7c8ae82 100644 --- a/roles/docker/templates/listmonk-compose.yml.j2 +++ b/roles/docker/templates/listmonk-compose.yml.j2 @@ -2,8 +2,6 @@ services: listmonk: image: listmonk/listmonk:latest restart: unless-stopped - ports: - - "9000:9000" depends_on: db: condition: service_healthy