mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
Fix Docker compose on Apple M1 Chip
This commit is contained in:
parent
034d822dd5
commit
259a4e1307
@ -16,6 +16,7 @@ services:
|
||||
db:
|
||||
restart: always
|
||||
image: mysql:8.0.25
|
||||
platform: linux/amd64
|
||||
ports:
|
||||
- "3306:3306"
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user