-
Here's my docker compose:
My docker compose config:
And here's the latest logs from the container:
I'm trying to login my paper account. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
I actually tried multiple times and it even logs in:
Still being terminated with a timeout error I assume. |
Beta Was this translation helpful? Give feedback.
-
the piece of log that you sent says that it's been killed. do you have enough resources to run it? Please send full log for a session. There is not much information on what you have provided. |
Beta Was this translation helpful? Give feedback.
-
➜ trade_server git:(main) ✗ docker compose up
|
Beta Was this translation helpful? Give feedback.
-
@gnzsnz I managed to run it properly on an EC2 machine with Linux, as I suspected the mac arch issues. |
Beta Was this translation helpful? Give feedback.
-
please check #81 you should be able to locally build an image that works on aarch64. this is still beta but 100% usable based on my tests. |
Beta Was this translation helpful? Give feedback.
@gnzsnz I managed to run it properly on an EC2 machine with Linux, as I suspected the mac arch issues.
I assume we can conclude it.
Thank you very much for your time and this awesome project.