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