you can try use a specific image like  docker.io/arm64v8/mongo:latest
in the logs I get :
open() “/usr/share/nginx/html/50x.html” failed (2: No such file or directory)
h i, if I’m not wrong, mongodb doesn’t have an ARM image (and you are using a Silicon one like me ofc 😄 )
thank you . I suggest you add it in the docs somewhere …
I run into problem in two different steps ..
- in the ELK max update
 - when I pass it and run the docker-compose I got an error regarding the platform (The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested) . eventually when the docker was up the webserver indicated for an error
 
if you have problems with other images I suggest to run docker in emulation mode so you can run amd64 images
does the webserver instance fails to run due to this error?
sorry to bother again but I’m still struggling to make the webserver work
Hi @<1668427977265778688:profile|BurlyOtter33> , you mean you're deploying the server itself on a mac?