Update 'Traefik/docker-compose.yml'
This commit is contained in:
parent
d85fa37014
commit
fcef091eae
@ -43,9 +43,9 @@ services:
|
||||
- --certificatesresolvers.mytlschallenge.acme.storage=/letsencrypt/acme.json
|
||||
labels:
|
||||
## Exposing API Dashboard Service ##
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.api.rule=Host(traefik.luke-else.co.uk)"
|
||||
- "traefik.http.routers.api.service=api@internal"
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.api.rule=Host("traefik.luke-else.co.uk")
|
||||
- traefik.http.routers.api.service=api@internal
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user