chore:network mode

This commit is contained in:
mathieu 2024-05-22 08:26:03 +02:00
parent c653bdee17
commit 79f838d0c6

View File

@ -6,10 +6,9 @@ services:
image: traefik:v3.0 image: traefik:v3.0
# Enables the web UI and tells Traefik to listen to docker # Enables the web UI and tells Traefik to listen to docker
network_mode: "host" network_mode: "host"
networks: #networks:
- web # - web
- default # - default
- vaultwarden_default
ports: ports:
# The HTTP port # The HTTP port
- "1080:80" - "1080:80"