Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 7664fc3

Browse files
committed
Fixed #26
1 parent 2f23dfb commit 7664fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docker-entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [[ "$1" == 'start' ]] || [[ "$1" == 'client:add' ]] || [[ "$1" == 'client:rem
3333
sed -i "s|REDIS_HOST|${REDIS_HOST:-redis}|i" /app/laravel-echo-server.json
3434
sed -i "s|REDIS_PORT|${REDIS_PORT:-6379}|i" /app/laravel-echo-server.json
3535
sed -i "s|REDIS_PASSWORD|${REDIS_PASSWORD}|i" /app/laravel-echo-server.json
36-
sed -i "s|REDIS_PREFIX|${REDIS_PREFIX:-laravel_database_}|i" /app/laravel-echo-server.json
36+
sed -i "s|REDIS_PREFIX|${REDIS_PREFIX-laravel_database_}|i" /app/laravel-echo-server.json
3737
sed -i "s|REDIS_DB|${REDIS_DB:-0}|i" /app/laravel-echo-server.json
3838
# Remove password config if it is empty
3939
sed -i "s|\"password\": \"\",||i" /app/laravel-echo-server.json

0 commit comments

Comments
 (0)