Disable Traefik UI
This commit is contained in:
parent
bb633d16ca
commit
f44672afd0
|
@ -11,7 +11,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
- "8080:8080"
|
#- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./traefik.toml:/traefik.toml
|
- ./traefik.toml:/traefik.toml
|
||||||
|
|
|
@ -29,8 +29,8 @@ entryPoint = "http"
|
||||||
################################################################
|
################################################################
|
||||||
# Web configuration backend
|
# Web configuration backend
|
||||||
################################################################
|
################################################################
|
||||||
[web]
|
#[web]
|
||||||
address = ":8080"
|
#address = ":8080"
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
# Traefik Config
|
# Traefik Config
|
||||||
|
|
Loading…
Reference in New Issue