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
No known key found for this signature in database
GPG Key ID: 8DB2A1C41F6F6CA4

View File

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