fix port
This commit is contained in:
+1
-1
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user