forked from mirrors/thatmattlove-hyperglass
💚 add 127.0.0.1 bind to redis
This commit is contained in:
parent
5173d50895
commit
bac33cf5d2
1 changed files with 1 additions and 3 deletions
|
|
@ -7,9 +7,7 @@ before_install:
|
|||
- sudo add-apt-repository universe -y
|
||||
- sudo apt-get update -q
|
||||
- sudo apt-get install -y redis-server redis-tools
|
||||
- sudo mkdir -p /var/run/redis
|
||||
- sudo chown redis /var/run/redis
|
||||
- sudo systemctl restart redis-server
|
||||
- sudo systemctl start redis-server --bind 127.0.0.1
|
||||
- sudo systemctl status redis-server
|
||||
install:
|
||||
- pip3 install -r requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue