Skip to content

Commit

Permalink
fix: specify mysql platform to support Apple Silicon
Browse files Browse the repository at this point in the history
specify the platform for the MySQL service as `linux/x86_64` to support
`docker-compose-without-neo4j.quickstart.yml` on Apple Silicon hardware.

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
  • Loading branch information
cmpadden committed Apr 20, 2022
1 parent bb0a87a commit 012fde2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ services:
- MYSQL_ROOT_PASSWORD=datahub
hostname: mysql
image: mysql:5.7
platform: linux/x86_64
ports:
- 3306:3306
volumes:
Expand Down

0 comments on commit 012fde2

Please sign in to comment.