Compare commits

...

1 Commits

Author SHA1 Message Date
Baptiste Fotia e60bb4454e fix(docker): stable24 works with sqlite only
I had problems to work stable24 with mysql. So, I think it's very nice
to start stable24 with sqlite which works very well.

Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
2022-10-21 17:55:40 +02:00
+1 -1
View File
@@ -351,7 +351,7 @@ services:
stable24:
image: ghcr.io/juliushaertl/nextcloud-dev-php${PHP_VERSION:-74}:latest
environment:
SQL: ${SQL:-mysql}
SQL: 'sqlite'
NEXTCLOUD_AUTOINSTALL: "YES"
NEXTCLOUD_AUTOINSTALL_APPS:
WITH_REDIS: "YES"