Skip to content

Commit

Permalink
minor: add platform config to mysql docker container (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond authored Jan 15, 2025
1 parent 316d3c7 commit 553807b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
services:
mysql:
platform: linux/x86_64
image: mysql:5.7
ports:
- "3307:3306"
Expand Down

0 comments on commit 553807b

Please sign in to comment.