Bumped Alpine Version 3.19>3.20

All CT's unsing NGINX:
Added a teporary work around for the repo,
Using te 3.19 one for now

CT -Nextcloud:
Switched from redis to valkey,
Added missing php (Ctype) and imagemagick (SVG) modules
This commit is contained in:
2024-05-23 21:50:45 +02:00
parent 0c10907fd2
commit 5b3bae8757
3 changed files with 8 additions and 5 deletions

View File

@@ -25,4 +25,4 @@ echo "apc.enable_cli=1" >> /etc/php83/php.ini
#Enable services on boot
rc-update add nginx
rc-update add php-fpm83
rc-update add redis
rc-update add valkey