We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4b0c84 + 7a6c7c6 commit 3d26c6cCopy full SHA for 3d26c6c
docker-compose.yml
@@ -3,7 +3,7 @@ services:
3
# https://hub.docker.com/_/mariadb
4
db:
5
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
6
- image: mariadb:lts@sha256:1e669024fc94f626b9dc48bf47b29b5339cec203c28e61a3dc372991a345daf5
+ image: mariadb:lts@sha256:1e4ec03d1b73af8e7a63137b8ef4820ac7d54c654a1e99eb76235f210f7f0a06
7
restart: always
8
command: --transaction-isolation=READ-COMMITTED
9
volumes:
0 commit comments