Skip to content

Commit

Permalink
fix: follow arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
emahiro committed Dec 6, 2023
1 parent 0c9b7c3 commit 813294c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version: '2'
version: "2"
services:
mysql:
image: mysql:8.0.20
platform: linux/x86_64
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
MYSQL_USER: kamimai
Expand Down

0 comments on commit 813294c

Please sign in to comment.