Update mariadb Docker tag to v10.6 (master) #18

Merged
decentral1se merged 1 commits from renovate/master-docker-mariadb-10.x into master 2021-05-03 07:28:25 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ services:
- "traefik.tcp.services.${STACK_NAME}-ssh.loadbalancer.server.port=${GITEA_SSH_PORT}"
- coop-cloud.${STACK_NAME}.app.version=1.14.1-rootless-6244e9fc
db:
image: "mariadb:10.5"
image: "mariadb:10.6"
command: |
mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
environment: