improvement: introduce Super-Linter actions to check style for shell script, dockerfile and yaml files (#1966)

This commit is contained in:
Bowen Liang
2024-01-09 10:31:52 +08:00
committed by GitHub
parent 853cdd741f
commit c32c177e15
8 changed files with 41 additions and 4 deletions

View File

@@ -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"