Skip to content

Commit

Permalink
Merge pull request #2172 from newrelic/update_docker_compose_for_m1
Browse files Browse the repository at this point in the history
Fix docker compose when running it on m1 mac
  • Loading branch information
tannalynn authored Aug 22, 2023
2 parents 3f67277 + 51f2b3f commit 281dc50
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
Expand Up @@ -22,6 +22,7 @@ services:
mem_limit: 1g
mysql:
image: mysql:5.7
platform: linux/x86_64
restart: always
environment:
MYSQL_ROOT_PASSWORD: mysql_root_password
Expand Down

0 comments on commit 281dc50

Please sign in to comment.