"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:
BilligsterUser 2024-06-22 17:36:44 +02:00 committed by GitHub
parent af4a6a1bb3
commit b4ca19a112
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ services:
depends_on:
- piped
- piped-proxy
- pipedfrontend
- piped-frontend
labels:
- "traefik.enable=true"
- "traefik.http.routers.piped.rule=Host(`FRONTEND_HOSTNAME`, `BACKEND_HOSTNAME`, `PROXY_HOSTNAME`)"