binance-trading-bot icon indicating copy to clipboard operation
binance-trading-bot copied to clipboard

docker-stack.yml is not compatible with Portainer running on aarch64

Open Licrefin opened this issue 4 years ago • 3 comments

Is your proposal related to a problem?

As written on the title, portainer does not accept docker-stack.yml due to it's docker compose version of 3.7, since the latest version of portainer(2.1.1), does support docker compose version 3.0+ when it is running on X86 architecture, but not on aarch64.

Describe the solution you'd like

Making an additional docker-stack.yml file with lower version of docker compose, etc.

Describe alternatives you've considered

I tried to downgrade the docker compose version of the docker-stack.yml file, however, I was not certain with myself if I am doing it correctly since I am not quite familiar with this yet, hence, I am writing this request.

Additional context

Screenshots that might show some informations:

image

Licrefin avatar Apr 25 '21 09:04 Licrefin

Hi @Licrefin

Thanks for pointing out about Portainer.

I am not using Portainer so I cannot take a look.

Any idea @hipposen ?

chrisleekr avatar Apr 26 '21 09:04 chrisleekr

i dont have aarch64 so have first to build an enviorment for the problem.

hipposen avatar Apr 26 '21 10:04 hipposen

Perhaps I should just sit still untill portainer devs update docker compose version 3 feature on arm64 portainer stack ㅠ.ㅠ

Licrefin avatar Apr 27 '21 06:04 Licrefin