fix: plane nginx binding to port 80 on host

This commit is contained in:
naterfute
2025-04-05 19:58:31 -07:00
parent d8ff8b7d33
commit 1c74db3b93

View File

@@ -167,11 +167,6 @@ services:
proxy:
image: makeplane/plane-proxy:${APP_RELEASE:-v0.25.3}
ports:
- target: 80
published: ${NGINX_PORT:-80}
protocol: tcp
mode: host
deploy:
replicas: 1
restart_policy: