We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8e4dd commit d678944Copy full SHA for d678944
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
command: [ redis-server, --maxmemory 128mb, --maxmemory-policy volatile-lru, --save "" ]
6
7
db:
8
- image: mariadb:10.5
+ image: mariadb:10.7
9
working_dir: /application
10
command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci, --innodb-file-per-table=1]
11
volumes:
0 commit comments