attempted to reduce the error message for redis, but known issue with redis container. Reduced sleep time
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "Starting Redis..."
|
||||
sleep 5
|
||||
sleep 2
|
||||
/usr/bin/redis-server /etc/redis.conf
|
||||
tail -f /var/log/redis.log
|
||||
exit 0
|
Reference in New Issue
Block a user