update traefik config
This commit is contained in:
parent
7b3576bcbd
commit
30c0e887ef
|
@ -5,7 +5,7 @@ services:
|
|||
image: "traefik:v2.0.0"
|
||||
restart: unless-stopped
|
||||
command:
|
||||
- --entrypoints.web.address=:80
|
||||
- --entrypoints.web.address=192.168.0.97:80
|
||||
- --providers.docker=true
|
||||
ports:
|
||||
- "192.168.0.97:80:80"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Docker configuration backend
|
||||
providers:
|
||||
docker:
|
||||
defaultRule: "Host(`{{ trimPrefix `/` .Name }}.m.home`)"
|
||||
defaultRule: "Host(`{{ trimPrefix `/` .Name }}.michael.docker`)"
|
||||
|
||||
# API and dashboard configuration
|
||||
api:
|
||||
|
|
Loading…
Reference in New Issue