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 d28c249 + 7127b99 commit 0a31176Copy full SHA for 0a31176
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:2bcbaec92bd9d4f6591bc8103d3a8e6d0512ee2235506e47a2e129d190444405
+ image: mariadb:lts@sha256:272084c2dec70619714df329c4ffcb336e3f8c723072c3f56f2e4015997bbf2c
7
restart: always
8
command: --transaction-isolation=READ-COMMITTED
9
volumes:
0 commit comments