spring-boot-boilerplate
spring-boot-boilerplate copied to clipboard
Error on Macbook Air M1: no matching manifest for linux/arm64/v8 in the manifest list entries
no matching manifest for linux/arm64/v8 in the manifest list entries
@SRICKKY Hey man, I've seen this problem happen with M1 users, have you tried this?
Maybe you could just define your own compose file like this?
db:
platform: linux/x86_64
container_name: db
Can you let me know when you've tried it?