Skip to content

Commit

Permalink
Upgrade to MariaDB 11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Jul 8, 2024
1 parent dd1437e commit 54e7ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/dumili/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
dockerfile: Dockerfile
db:
restart: always
image: mariadb:10.11
image: mariadb:11.4
env_file:
- ./api/.env
ports:
Expand Down
4 changes: 2 additions & 2 deletions packages/prisma-clients/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:

db:
container_name: db
image: "mariadb:10.11"
image: "mariadb:11.4"
restart: always
volumes:
- db:/var/lib/mysql
Expand All @@ -13,7 +13,7 @@ services:
- .env
command:
[
'mysqld',
'mariadbd',
'--character-set-server=utf8',
'--collation-server=utf8_unicode_ci'
]
Expand Down

0 comments on commit 54e7ffe

Please sign in to comment.