chore:network
This commit is contained in:
parent
79f838d0c6
commit
4d4120b661
@ -5,10 +5,11 @@ services:
|
|||||||
# The official v3 Traefik docker image
|
# The official v3 Traefik docker image
|
||||||
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
|
||||||
|
- host
|
||||||
ports:
|
ports:
|
||||||
# The HTTP port
|
# The HTTP port
|
||||||
- "1080:80"
|
- "1080:80"
|
||||||
|
Loading…
Reference in New Issue
Block a user