Skip to content

Commit d678944

Browse files
authored
docker-compose: upgrade to MariaDB 10.7 (#296)
1 parent 1e8e4dd commit d678944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
command: [ redis-server, --maxmemory 128mb, --maxmemory-policy volatile-lru, --save "" ]
66

77
db:
8-
image: mariadb:10.5
8+
image: mariadb:10.7
99
working_dir: /application
1010
command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci, --innodb-file-per-table=1]
1111
volumes:

0 commit comments

Comments
 (0)