set postgres 17 for nextcloud

This commit is contained in:
Thorsten Spille
2026-01-17 19:45:31 +00:00
parent eaa39e55bd
commit a9780e6b7b

View File

@@ -33,7 +33,7 @@ NEXTCLOUD_VERSION="latest"
NEXTCLOUD_PHP_VERSION="8.4" NEXTCLOUD_PHP_VERSION="8.4"
# Defines the postgresql version to install # Defines the postgresql version to install
POSTGRES_VERSION=18 POSTGRES_VERSION=17
# Defines the IP from the SQL server # Defines the IP from the SQL server
NEXTCLOUD_DB_IP="127.0.0.1" NEXTCLOUD_DB_IP="127.0.0.1"