Skip to content

Commit b322174

Browse files
authored
fix: M1 compatibility for mysql (#1169)
1 parent a2d0d99 commit b322174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ services:
1919
- "27017:27017"
2020
good-mysql:
2121
container_name: goof-mysql
22+
platform: linux/x86_64
2223
image: mysql:5
2324
environment:
2425
MYSQL_ROOT_PASSWORD: root

0 commit comments

Comments
 (0)