Skip to content

Commit

Permalink
Fix cache dependency in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Jan 8, 2025
1 parent cdaebf9 commit 2b09c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
mysql:
condition: service_healthy
restart: true
memcached:
cache:
condition: service_started
restart: true

Expand Down

0 comments on commit 2b09c9c

Please sign in to comment.