Skip to content

Commit

Permalink
docker-compose error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaster482 committed Dec 20, 2023
1 parent a4cfd1d commit 90c328c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ services:
hammy-redis:
condition: service_healthy
category:
condition: service_healthy
condition: service_started
account:
condition: service_healthy
condition: service_started
auth:
condition: service_healthy
condition: service_started
networks:
- hamster-net

Expand Down

0 comments on commit 90c328c

Please sign in to comment.