mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 14:55:09 +01:00
correct redis healthcheck path
This commit is contained in:
@@ -81,9 +81,9 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- "redis-data:/data"
|
||||
- ./conf/redis_healthcheck.sh:/redis_healthcheck.sh
|
||||
- ./conf/redis_healthcheck.sh:/usr/local/bin/redis_healthcheck.sh
|
||||
healthcheck:
|
||||
test: ["CMD", "redis_healthcheck.sh"]
|
||||
test: ["CMD", "bash", "/usr/local/bin/redis_healthcheck.sh"]
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user