Closed jiatao99 closed 1 year ago
the requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)
This was caused by the fact that image was not supporting arm. You should no longer have this issue with the latest version.
Another question, after I use the web interface to grab a Let's encrypt certificate, where does it saved?
According to your compose file, everything is saved under /docker/appdata/nginx
.
Closing this issue. Please re-open if needed.
Try to use your docker image, and got the following error:
the requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8). I am using Ubuntu 22.04
any idea how to fix it?
Another question, after I use the web interface to grab a Let's encrypt certificate, where does it saved? I use the following docker compose:
Thanks