Migrate Nextcloud to debian bookworm

This commit is contained in:
Danny Nakielski
2023-06-25 01:43:55 +02:00
parent 60366677d4
commit 788b09c391
2 changed files with 20 additions and 8 deletions

View File

@ -8,7 +8,7 @@
# This file contains the project constants on service level
# Debian Version, which will be installed
LXC_TEMPLATE_VERSION="debian-11-standard"
LXC_TEMPLATE_VERSION="debian-12-standard"
# Create sharefs mountpoint
LXC_MP="1"
@ -23,7 +23,7 @@ LXC_NESTING="1"
NEXTCLOUD_VERSION="latest"
# Defines the php version to install
NEXTCLOUD_PHP_VERSION="8.1"
NEXTCLOUD_PHP_VERSION="8.2"
# Defines the IP from the SQL server
NEXTCLOUD_DB_IP="127.0.0.1"