Open toshohirasawa opened 3 years ago
Hi @toshohirasawa ! I don't think we've ever tested this on an M1 macbook, but I can't think of a reason why it would not work.
Would you mind running bin/error-logs
, and pasting the output here?
If you are using the official sharelatex/sharelatex:latest
then it wouldn't work because it is AMD64
while Mac m1 is an ARM64
arch machine. Try to build the image locally and see if it is going to work.
Hi,
I'm going to host this docker instance on my Macbook Pro (M1) but got stuck in an error. Don't you support M1 MBP to host this image? Actually, I don't see any document mention about that.
Steps to Reproduce
bin/init
and change port binding (80 to 8080)bin/up
and access tohttp://localhost:8080
Expected Behaviour
See an Overleaf page
Observed Behaviour
502 Bad Gateway
Context
Host Overleaf image on Macbook Pro (M1)
Technical Info
bin/doctor
tail /var/log/nginx/error.log
after accessed tohttp://localhost:8080/
Analysis