fix: remove unnecessary port publishing from listmonk

This commit is contained in:
Phillip Skentelbery
2026-06-27 18:00:30 -06:00
parent 767ff9dae6
commit 6891770a30
@@ -2,8 +2,6 @@ services:
listmonk:
image: listmonk/listmonk:latest
restart: unless-stopped
ports:
- "9000:9000"
depends_on:
db:
condition: service_healthy