mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
correct redis healthcheck path
This commit is contained in:
parent
115263eb5a
commit
cadbb7e61c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user