onlyoffice: fix rabbitmq password to remove /

This commit is contained in:
tschettervictor
2026-03-21 15:12:19 -06:00
committed by GitHub
parent 1acc3ef511
commit 6d3b80d6d7

View File

@@ -8,7 +8,7 @@ DB_USER="onlyoffice"
DB_ROOT_PASSWORD=$(openssl rand -base64 15)
DB_PASSWORD=$(openssl rand -base64 15)
RABBITMQ_USER="onlyoffice"
RABBITMQ_PASSWORD=$(openssl rand -base64 15)
RABBITMQ_PASSWORD=$(openssl rand -base64 15 | tr -d '/')
JWT_SECRET=$(openssl rand -base64 20)
PG_VERSION="17"