chore:network mode

This commit is contained in:
mathieu 2024-05-22 08:25:18 +02:00
parent ff34160027
commit c653bdee17

View File

@ -5,6 +5,7 @@ services:
# The official v3 Traefik docker image
image: traefik:v3.0
# Enables the web UI and tells Traefik to listen to docker
network_mode: "host"
networks:
- web
- default
@ -41,5 +42,4 @@ services:
networks:
web:
external: true
vaultwarden_default:
external: true