Need to use the long format for redis too in docker-compose file.

This commit is contained in:
Iisakki Jaakkola 2024-08-22 16:10:00 +03:00
parent f12f9a816f
commit aef0ac68c3
No known key found for this signature in database
GPG key ID: D1ED9DCA8B35CB87

View file

@ -12,6 +12,8 @@ services:
- "8000:80"
depends_on:
redis:
# The default needs to be stated.
condition: service_started
mariadb:
condition: service_healthy
restart: true