diff --git a/apps/ghostfolio/docker-compose.yml b/apps/ghostfolio/docker-compose.yml index 67281932..8ed12f8f 100644 --- a/apps/ghostfolio/docker-compose.yml +++ b/apps/ghostfolio/docker-compose.yml @@ -23,10 +23,10 @@ services: networks: - tipi_main_network depends_on: - - ghostfolio-db: - condition: service_healthy - - ghostfolio-redis: - condition: service_healthy + ghostfolio-db: + condition: service_healthy + ghostfolio-redis: + condition: service_healthy labels: # Main traefik.enable: true