NPM changed ports

This commit is contained in:
dn
2024-12-12 20:50:03 +01:00
parent 4cad1af43e
commit 0060abaa18

View File

@@ -5,9 +5,9 @@ services:
image: 'docker.io/jc21/nginx-proxy-manager:latest' image: 'docker.io/jc21/nginx-proxy-manager:latest'
restart: unless-stopped restart: unless-stopped
ports: ports:
- '80:80' - '20080:80'
- '81:81' - '20081:81'
- '443:443' - '20443:443'
deploy: deploy:
mode: replicated mode: replicated