This commit is contained in:
Den Piligrim
2026-01-31 21:21:56 +03:00
parent 236d0b2126
commit b178df908b
+1 -1
View File
@@ -157,7 +157,7 @@ get_random_port() {
done done
} }
FINAL_PORT=$(get_random_port) FINAL_PORT=$(get_random_port)
DB_EXTERNAL_PORT=5432 DB_EXTERNAL_PORT="5432"
# --- 4. Генерация паролей --- # --- 4. Генерация паролей ---
DB_PASS=$(openssl rand -base64 12) DB_PASS=$(openssl rand -base64 12)