dont need this now the flag is set correctly, more consistent

This commit is contained in:
Joel Falknau 2024-12-05 11:49:54 +10:00
parent a868438492
commit 0a940810bd
No known key found for this signature in database

View File

@ -83,7 +83,7 @@ services:
- "redis-data:/data" - "redis-data:/data"
- ./conf/redis_healthcheck.sh:/usr/local/bin/redis_healthcheck.sh - ./conf/redis_healthcheck.sh:/usr/local/bin/redis_healthcheck.sh
healthcheck: healthcheck:
test: ["CMD", "bash", "/usr/local/bin/redis_healthcheck.sh"] test: ["CMD", "/usr/local/bin/redis_healthcheck.sh"]
logging: logging:
driver: "json-file" driver: "json-file"
options: options: