Skip to content

Commit

Permalink
Switch from mysql docker container to mariadb for ARM support (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
lehni committed Mar 3, 2024
1 parent aa59a8e commit 4838246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
mysql:
image: 'mysql:5'
image: 'mariadb:lts'
container_name: 'objection_mysql'
ports:
- '3306:3306'
Expand Down

0 comments on commit 4838246

Please sign in to comment.