mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 16:03:38 +00:00
add caddy as http option to support h2c for redirect/dep updates/some fixes
Update zoeyvid/nginx-quic Docker tag to v113 Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
15
compose.override.yaml
Normal file
15
compose.override.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3"
|
||||
services:
|
||||
caddy:
|
||||
container_name: nginx-proxy-manager-caddy
|
||||
image: zoeyvid/nginx-proxy-manager:caddy
|
||||
restart: always
|
||||
network_mode: bridge
|
||||
ports:
|
||||
- "80:80"
|
||||
environment:
|
||||
- "TZ=Europe/Berlin"
|
||||
|
||||
nginx-proxy-manager:
|
||||
environment:
|
||||
- "DISABLE_HTTP=true" # disables nginx to listen on port 80, default false
|
Reference in New Issue
Block a user