fix(versitygw): add colon prefix to VGW_PORT (:7070)

This commit is contained in:
CanbiZ (MickLesk)
2026-03-20 14:32:31 +01:00
parent d2c4288395
commit a21f901a1a

View File

@@ -30,7 +30,7 @@ SECRET_KEY=$(openssl rand -base64 36 | tr -dc 'a-zA-Z0-9' | cut -c1-40)
cat <<EOF >/etc/versitygw.d/gateway.conf
VGW_BACKEND=posix
VGW_BACKEND_ARG=/opt/versitygw-data
VGW_PORT=7070
VGW_PORT=:7070
ROOT_ACCESS_KEY_ID=${ACCESS_KEY}
ROOT_SECRET_ACCESS_KEY=${SECRET_KEY}
EOF