mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
change traefik network
This commit is contained in:
@@ -9,7 +9,6 @@ services:
|
||||
- 80:80
|
||||
- 443:443
|
||||
networks:
|
||||
- oueb
|
||||
- srv
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
watch = true
|
||||
exposedByDefault = false
|
||||
swarmMode = false
|
||||
network = "oueb"
|
||||
network = "srv"
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.web]
|
||||
|
||||
Reference in New Issue
Block a user