chore:network

This commit is contained in:
mathieu 2024-05-22 08:28:06 +02:00
parent 79f838d0c6
commit 4d4120b661

View File

@ -5,10 +5,11 @@ 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
#network_mode: "host"
networks:
- web
- default
- host
ports:
# The HTTP port
- "1080:80"