From d94a35898d9048c23787067337ff0efcff902671 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Sat, 18 May 2024 14:33:26 +0800 Subject: [PATCH] chore: Update Traefik configuration to use host network instead of web network --- compose/traefik/traefik.yml | 2 +- production.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/compose/traefik/traefik.yml b/compose/traefik/traefik.yml index 3ea61a1..5a0f7e2 100644 --- a/compose/traefik/traefik.yml +++ b/compose/traefik/traefik.yml @@ -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" diff --git a/production.yml b/production.yml index 33fc428..8dc478d 100644 --- a/production.yml +++ b/production.yml @@ -392,6 +392,5 @@ services: networks: net: - driver: host external: true name: ${NETWORK:-host} \ No newline at end of file