mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
chore: fix redis host binding
This commit is contained in:
@@ -57,11 +57,11 @@ if [ -z "$REDIS_PORT" ]; then
|
||||
fi
|
||||
|
||||
if [ -z "$REDIS_HOST" ]; then
|
||||
export REDIS_URL="redis://cache"
|
||||
else
|
||||
export REDIS_URL="redis://$REDIS_HOST"
|
||||
export REDIS_HOST="cache"
|
||||
fi
|
||||
|
||||
export REDIS_URL="redis://$REDIS_HOST"
|
||||
|
||||
##########
|
||||
# SHARED #
|
||||
##########
|
||||
|
||||
@@ -26,3 +26,5 @@ tail $LOGS_PATH/*.err
|
||||
|
||||
echo "# Logs:"
|
||||
tail $LOGS_PATH/*.log
|
||||
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user