change traefik network

This commit is contained in:
Yax
2020-06-27 15:11:34 +02:00
parent d69e0fa89e
commit 5aad77e67e
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -9,7 +9,6 @@ services:
- 80:80
- 443:443
networks:
- oueb
- srv
restart: unless-stopped
labels:
+1 -1
View File
@@ -22,7 +22,7 @@
watch = true
exposedByDefault = false
swarmMode = false
network = "oueb"
network = "srv"
[entryPoints]
[entryPoints.web]