Skip to content

Commit 919ab1e

Browse files
committed
chore: update
1 parent 2a86749 commit 919ab1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose/local/infra-db-mysql.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ services:
3737
mysql:
3838
image: mysql:5.7
3939
container_name: mysql
40+
platform: linux/amd64 # fix for M1 Mac chip
4041
volumes:
4142
- mysql_data:/var/lib/mysql/
4243
restart: always

0 commit comments

Comments
 (0)