We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a86749 commit 919ab1eCopy full SHA for 919ab1e
docker-compose/local/infra-db-mysql.yml
@@ -37,6 +37,7 @@ services:
37
mysql:
38
image: mysql:5.7
39
container_name: mysql
40
+ platform: linux/amd64 # fix for M1 Mac chip
41
volumes:
42
- mysql_data:/var/lib/mysql/
43
restart: always
0 commit comments