Merge pull request #448 from grnd-alt/fix/other-dbs-for-nextcloud2

fix: use SQL dialect variable for nextcloud2
This commit is contained in:
Julius Knorr
2026-02-04 22:22:43 +01:00
committed by GitHub
+1 -1
View File
@@ -112,7 +112,7 @@ services:
nextcloud2:
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
environment:
SQL: 'mysql'
SQL: ${SQL:-mysql}
VIRTUAL_HOST: "nextcloud2${DOMAIN_SUFFIX}"
PHP_XDEBUG_MODE: ${PHP_XDEBUG_MODE:-develop}
volumes: