Is your feature request related to a problem? Please describe.
During compose up Docker i got issue related with processor M1
When Docker working with mysql container i got an error:
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries
Describe the solution you'd like
In Readme should create section about ARM M1 issue or information about that
Describe alternatives you've considered
I changed the image in the file docker-compose.yml, that resolve my issue with M1.
image: mysql:8.0 -> image: mysql/mysql-server:8.0.23
Additional context
How i can help develop repo with that type issue ? Should create PR with expand readme or update file docker-compose.yml ?
Is your feature request related to a problem? Please describe. During compose up Docker i got issue related with processor M1 When Docker working with mysql container i got an error:
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries
Describe the solution you'd like In Readme should create section about ARM M1 issue or information about that
Describe alternatives you've considered I changed the image in the file docker-compose.yml, that resolve my issue with M1.
image: mysql:8.0 -> image: mysql/mysql-server:8.0.23
Additional context How i can help develop repo with that type issue ? Should create PR with expand readme or update file docker-compose.yml ?