mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
"fix: update depends_on service name from 'pipedfrontend' to 'piped-frontend' in docker-compose.nginx.yml" (#43)
Signed-off-by: BilligsterUser <billigsteruser@protonmail.com>
This commit is contained in:
parent
af4a6a1bb3
commit
b4ca19a112
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- piped
|
- piped
|
||||||
- piped-proxy
|
- piped-proxy
|
||||||
- pipedfrontend
|
- piped-frontend
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.piped.rule=Host(`FRONTEND_HOSTNAME`, `BACKEND_HOSTNAME`, `PROXY_HOSTNAME`)"
|
- "traefik.http.routers.piped.rule=Host(`FRONTEND_HOSTNAME`, `BACKEND_HOSTNAME`, `PROXY_HOSTNAME`)"
|
||||||
|
|
Loading…
Reference in a new issue