mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
chore: Update Traefik configuration to use host network instead of web network
This commit is contained in:
@@ -561,6 +561,6 @@ providers:
|
|||||||
filename: /etc/traefik/traefik.yml
|
filename: /etc/traefik/traefik.yml
|
||||||
watch: true
|
watch: true
|
||||||
docker:
|
docker:
|
||||||
network: web
|
network: host
|
||||||
exposedByDefault: false
|
exposedByDefault: false
|
||||||
endpoint: "unix:///var/run/docker.sock"
|
endpoint: "unix:///var/run/docker.sock"
|
||||||
|
|||||||
@@ -392,6 +392,5 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
net:
|
net:
|
||||||
driver: host
|
|
||||||
external: true
|
external: true
|
||||||
name: ${NETWORK:-host}
|
name: ${NETWORK:-host}
|
||||||
Reference in New Issue
Block a user