fix: set mariadb image to 10.5 (#163)

Signed-off-by: Friedrich Greiner <greinerfriedrich@gmail.com>
pull/158/merge
Friedrich 3 years ago committed by GitHub
parent 4bbd137d73
commit d74e52b4e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nextcloud-redis-mariadb/docker-compose.yaml

@ -24,7 +24,7 @@ services:
expose:
- 6379
db:
image: mariadb
image: mariadb:10.5
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: always
volumes:

Loading…
Cancel
Save