Skip to content

Commit

Permalink
Merge pull request #1116 from bufgix/m1-docker-mysql-server
Browse files Browse the repository at this point in the history
[Docker] Mysql build error for Apple M1
  • Loading branch information
dularion authored Jan 24, 2023
2 parents 8fb8151 + 4ca423d commit 2f1ac98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"

services:
mysql:
platform: linux/x86_64
image: mysql:5.7
restart: always
container_name: mysql
Expand Down

0 comments on commit 2f1ac98

Please sign in to comment.