Skip to content

Commit aef0ac6

Browse files
author
Iisakki Jaakkola
committed
Need to use the long format for redis too in docker-compose file.
1 parent f12f9a8 commit aef0ac6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev.docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ services:
1212
- "8000:80"
1313
depends_on:
1414
redis:
15+
# The default needs to be stated.
16+
condition: service_started
1517
mariadb:
1618
condition: service_healthy
1719
restart: true

0 commit comments

Comments
 (0)