Merge pull request #1162 from pshankinclarke/valkey-bind-fix
Valkey bind fix
This commit is contained in:
commit
bf2fca6682
@ -18,6 +18,7 @@ $STD apt update
|
||||
$STD apt install -y valkey
|
||||
sed -i 's/^bind .*/bind 0.0.0.0/' /etc/valkey/valkey.conf
|
||||
systemctl enable -q --now valkey-server
|
||||
systemctl restart valkey-server
|
||||
msg_ok "Installed Valkey"
|
||||
|
||||
motd_ssh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user