mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 14:55:09 +01:00
Merge branch 'executableflag' into 'master'
Executableflag See merge request allianceauth/allianceauth!1667
This commit is contained in:
@@ -84,7 +84,7 @@ services:
|
||||
- "redis-data:/data"
|
||||
- ./conf/redis_healthcheck.sh:/usr/local/bin/redis_healthcheck.sh
|
||||
healthcheck:
|
||||
test: ["CMD", "bash", "/usr/local/bin/redis_healthcheck.sh"]
|
||||
test: ["CMD", "/usr/local/bin/redis_healthcheck.sh"]
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user