[ODIN][ERROR] - Exited with http code: 1 (Docker version 20.10.17, build 100c701) #623
-
I tried to deploy vahheil-docker image on my m1 mac mini, then faced this error. Here are my yml and logs.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@hyunjaekim Valheim does not run on arm aka the M1 Mac :/ in order to play valheim you will have to host the server in AWS, OVH, or a variety of other options and then run Valheim with Parallels or similar software solutions. |
Beta Was this translation helpful? Give feedback.
-
The issue that sticks out like a sore thumb is the following two line; In the docker compose
Never define a platform in docker compose unless you know for a fact that your host OS has some sort of docker recognition issue pulling the correct platform. This hardly happens. You would have automatically had an issue trying to pull an image for your host as there is no compat images for your host. Would have solved your issue before you even spend any time on this. |
Beta Was this translation helpful? Give feedback.
@hyunjaekim Valheim does not run on arm aka the M1 Mac :/ in order to play valheim you will have to host the server in AWS, OVH, or a variety of other options and then run Valheim with Parallels or similar software solutions.