Skip to content

Commit c150556

Browse files
authored
Merge pull request #448 from grnd-alt/fix/other-dbs-for-nextcloud2
fix: use SQL dialect variable for nextcloud2
2 parents a569a8d + f1d9156 commit c150556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ services:
112112
nextcloud2:
113113
image: ghcr.io/juliusknorr/nextcloud-dev-php${PHP_VERSION:-82}:latest
114114
environment:
115-
SQL: 'mysql'
115+
SQL: ${SQL:-mysql}
116116
VIRTUAL_HOST: "nextcloud2${DOMAIN_SUFFIX}"
117117
PHP_XDEBUG_MODE: ${PHP_XDEBUG_MODE:-develop}
118118
volumes:

0 commit comments

Comments
 (0)