Merge pull request #1162 from pshankinclarke/valkey-bind-fix

Valkey bind fix
This commit is contained in:
CanbiZ 2025-11-27 09:52:34 +01:00 committed by GitHub
commit bf2fca6682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ $STD apt update
$STD apt install -y valkey $STD apt install -y valkey
sed -i 's/^bind .*/bind 0.0.0.0/' /etc/valkey/valkey.conf sed -i 's/^bind .*/bind 0.0.0.0/' /etc/valkey/valkey.conf
systemctl enable -q --now valkey-server systemctl enable -q --now valkey-server
systemctl restart valkey-server
msg_ok "Installed Valkey" msg_ok "Installed Valkey"
motd_ssh motd_ssh