mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: plane nginx binding to port 80 on host
This commit is contained in:
parent
d8ff8b7d33
commit
1c74db3b93
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user