mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 18:16:26 +00:00
Enable PROXY procotol for proxy hosts
This commit is contained in:
@ -19,7 +19,9 @@ services:
|
||||
expose:
|
||||
- 81
|
||||
- 80
|
||||
- 88
|
||||
- 443
|
||||
- 444
|
||||
depends_on:
|
||||
- db
|
||||
healthcheck:
|
||||
@ -43,7 +45,9 @@ services:
|
||||
expose:
|
||||
- 81
|
||||
- 80
|
||||
- 88
|
||||
- 443
|
||||
- 444
|
||||
healthcheck:
|
||||
test: ["CMD", "/usr/bin/check-health"]
|
||||
interval: 10s
|
||||
|
Reference in New Issue
Block a user