correct redis healthcheck path

This commit is contained in:
Ariel Rin 2023-11-09 20:43:12 +10:00
parent 115263eb5a
commit cadbb7e61c
No known key found for this signature in database

View File

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