mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
improvement: introduce Super-Linter actions to check style for shell script, dockerfile and yaml files (#1966)
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user