Skip to content

Commit

Permalink
Provide explicit docker-compose platform for Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Sep 14, 2023
1 parent 6c6cd9f commit 9e68499
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 9e68499

Please sign in to comment.