streamaserver / streama

Self hosted streaming media server. https://docs.streama-project.com/
MIT License
9.68k stars 984 forks source link

[Docker] Mysql build error for Apple M1 #1116

Closed bufgix closed 1 year ago

bufgix commented 2 years ago

When I setup with docker I got error:

❯ docker-compose pull
Pulling mysql         ... pulling from library/mysql
Pulling streama       ... done
Pulling proxy-reverse ... done

ERROR: for mysql  no matching manifest for linux/arm64/v8 in the manifest list entries
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

And I fixed

dularion commented 1 year ago

Thanks!