improvement: introduce Super-Linter actions to check style for shell script, dockerfile and yaml files (#1966)
This commit is contained in:
parent
853cdd741f
commit
c32c177e15
8 changed files with 41 additions and 4 deletions
|
|
@ -251,7 +251,7 @@ services:
|
|||
# Set the redis password when startup redis server.
|
||||
command: redis-server --requirepass difyai123456
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli","ping"]
|
||||
test: [ "CMD", "redis-cli", "ping" ]
|
||||
# uncomment to expose redis port to host
|
||||
# ports:
|
||||
# - "6379:6379"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue