Traefik: move published ports to 18080/18443 to avoid conflicts

This commit is contained in:
admin
2025-08-24 19:24:57 -04:00
parent d3e716727b
commit e498e32d48

View File

@@ -18,10 +18,10 @@ services:
# - --certificatesresolvers.le.acme.storage=/letsencrypt/acme.json
ports:
- target: 80
published: 8080
published: 18080
mode: host
- target: 443
published: 8443
published: 18443
mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro