Skip to content

Commit

Permalink
Merge pull request #123 from trilogy-libraries/apple-silicon
Browse files Browse the repository at this point in the history
Provide explicit docker-compose platform for Apple Silicon
  • Loading branch information
jhawthorn authored Sep 18, 2023
2 parents 6c6cd9f + 9e68499 commit dbd1130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: "3.5"
services:
db:
platform: linux/x86_64
image: "mysql:${MYSQL_VERSION}-debian"
command:
- --sql_mode=NO_ENGINE_SUBSTITUTION
Expand Down

0 comments on commit dbd1130

Please sign in to comment.