mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-23 07:56:57 +00:00
make redis port configurable
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
cd8158c9f6
commit
1691a19036
7 changed files with 15 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
nc -z "$REDIS_HOST" 6379 || exit 0
|
||||
nc -z "$REDIS_HOST" "$REDIS_PORT" || exit 0
|
||||
nc -z 127.0.0.1 3002 || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue