Changed network #1

Merged
kovagoadi merged 25 commits from changed-network into main 2025-11-11 11:49:29 +01:00
Showing only changes of commit 8291554a9e - Show all commits

View File

@@ -11,10 +11,10 @@ services:
- "--providers.docker=true"
- "--providers.docker.exposedbydefault=false"
- "--providers.docker.network=prod-proxy"
- "--entryPoints.web.address=:81"
- "--entryPoints.web.address=:80"
ports:
- "81:81"
- "8080:8080"
- "80"
- "8080"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"