Skip to content

Commit 19a1b21

Browse files
Update mariadb Docker tag to v10.11
1 parent d854007 commit 19a1b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextcloud/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
db:
4-
image: mariadb:10.9
4+
image: mariadb:10.11
55
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
66
restart: always
77
volumes:

0 commit comments

Comments
 (0)