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