Update freescout

This commit is contained in:
Thorsten Spille
2026-01-18 12:05:16 +00:00
parent af08501258
commit cdbc3093ea
2 changed files with 10 additions and 6 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-12-standard"
LXC_TEMPLATE_VERSION="debian-13-standard"
# Create sharefs mountpoint
LXC_MP=0
@@ -29,5 +29,7 @@ LXC_KEYCTL="0"
# Sets the minimum amount of RAM the service needs for operation
LXC_MEM_MIN=1024
FS_PHP_VERSION=8.4
# service dependent meta tags
SERVICE_TAGS="php-fpm,nginx,mariadb"