[Maybe Solved] Cannot run on ARM Ubuntu #347
Unanswered
NanoCode012
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I haven't tried in ARM but if ningx-proxy and you got that far running the three containers, it should work as well. We would need some logs to check that is really the case, but did you update the nginx template when running the fresh-install.sh without options? I would start from there, make sure ports are not being used and old settings were not in place. Send the full set of logs from nginx-proxy container. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I followed the instructions to set up this repo, and I noticed that it does not work for me on a ARM Ubuntu. I have deployed this tool very easily (thank you very much for this tool again) on some VPS which were AMD-based, so I think I did not make a mistake setting it up on the ARM machine.
I tried both the quick way of
./fresh-start.sh --yes -e your_email@domain --skip-docker-image-check
as well as trying./fresh-start.sh
manually. I also tried to checkout to earlier git commit that I know worked on my AMD VPS.The below is the error I see most often when running
docker-compose logs
The reason I was able to pin it down to being ARM and not firewall, iptables, etc was because I was also unable to deploy some other docker images unless they explicitly supported ARM. After some digging, the official
nginx-proxy
does support ARM. Therefore, I created a docker-compose from the link below (choose three containers), and it worked.https://github.com/nginx-proxy/acme-companion/blob/main/docs/Docker-Compose.md
Beta Was this translation helpful? Give feedback.
All reactions