forked from ccfos/nightingale
[fix] fix the docker problem of apple chip (#1060)
Co-authored-by: huanwei <huanwei@huanweideMacBook-Pro.local>
This commit is contained in:
parent
ba6f089c78
commit
04cb501ab4
|
@ -6,6 +6,7 @@ networks:
|
|||
|
||||
services:
|
||||
mysql:
|
||||
platform: linux/x86_64
|
||||
image: "mysql:5.7"
|
||||
container_name: mysql
|
||||
hostname: mysql
|
||||
|
|
Loading…
Reference in New Issue