Nginx: use ports 8080/8443 to avoid conflict with Synology DSM on port 443

This commit is contained in:
2026-05-16 16:12:22 +02:00
parent 677debfc27
commit 8057b3abf1
6 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ services:
image: jc21/nginx-proxy-manager:latest image: jc21/nginx-proxy-manager:latest
restart: unless-stopped restart: unless-stopped
ports: ports:
- "80:80" # HTTP (inkl. Let's Encrypt HTTP-01 challenge) - "8080:80" # HTTP (inkl. Let's Encrypt HTTP-01 challenge) router forwarder 80→8080
- "443:443" # HTTPS - "8443:443" # HTTPS router forwarder 443→8443
- "10.0.0.142:81:81" # Admin UI kun tilgængeligt fra LAN - "10.0.0.142:81:81" # Admin UI kun tilgængeligt fra LAN
volumes: volumes:
- ${DOCKER_ROOT:-/volume1/docker}/nginx-proxy-manager/data:/data - ${DOCKER_ROOT:-/volume1/docker}/nginx-proxy-manager/data:/data
Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 36 KiB