mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
Fix dispatcher container redis setup (#150)
This commit is contained in:
parent
fe9af3323e
commit
aff5d43251
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ if [ -n "$DISPATCHER_NODE_ID" ]; then
|
|||
fi
|
||||
|
||||
# Redis Sentinel
|
||||
if [ -n "REDIS_SENTINEL" ]; then
|
||||
if [ -n "$REDIS_SENTINEL" ]; then
|
||||
echo "Setting Redis Sentinel"
|
||||
cat >> ${LIBRENMS_PATH}/.env <<EOL
|
||||
REDIS_SENTINEL=${REDIS_SENTINEL}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue