chore: Update Traefik configuration to use host network instead of web network

This commit is contained in:
2024-05-18 14:33:26 +08:00
parent dfdeef1bc7
commit d94a35898d
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -561,6 +561,6 @@ providers:
filename: /etc/traefik/traefik.yml
watch: true
docker:
network: web
network: host
exposedByDefault: false
endpoint: "unix:///var/run/docker.sock"
-1
View File
@@ -392,6 +392,5 @@ services:
networks:
net:
driver: host
external: true
name: ${NETWORK:-host}