Update mariadb Docker tag to v10.6
This commit is contained in:
		@ -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:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user