pyload -> download
This commit is contained in:
parent
1eba1ab486
commit
a938fb02fe
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ services:
|
||||||
- web
|
- web
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.pyload.rule=Host(`pyload.${DOMAIN}`)"
|
- "traefik.http.routers.pyload.rule=Host(`download.${DOMAIN}`)"
|
||||||
- "traefik.http.routers.pyload.entrypoints=web"
|
- "traefik.http.routers.pyload.entrypoints=web"
|
||||||
- "traefik.http.services.pyload.loadbalancer.server.port=8000"
|
- "traefik.http.services.pyload.loadbalancer.server.port=8000"
|
||||||
- "docker.group=selfhost"
|
- "docker.group=selfhost"
|
Loading…
Reference in a new issue