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.
1 parent 0c4d140 commit 0ee2b5bCopy full SHA for 0ee2b5b
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:1e4ec03d1b73af8e7a63137b8ef4820ac7d54c654a1e99eb76235f210f7f0a06
+ image: mariadb:lts@sha256:ee8fadc8e4b4244b636a1d7543dd8c8471a2d66d8de3033312bd3ab33f28db5e
7
restart: always
8
command: --transaction-isolation=READ-COMMITTED
9
volumes:
0 commit comments