Hi, i was trying to create an lxc container using the new OCI image.
I downloaded the jc21/nginx-proxy-manager image and latest tag. Then i create an lxc using the image. The lxc successfully created and start, but after 2 seconds it automatically shutted down without any message. Please help.
You might be missing a mount point at /etc/letsencrypt as per the documentation for Nginx Proxy Manager.
Without that mount point the container console outputs: ERROR: /etc/letsencrypt is not mounted! Check your docker configuration.
You might be missing a mount point at /etc/letsencrypt as per the documentation for Nginx Proxy Manager.
Without that mount point the container console outputs: ERROR: /etc/letsencrypt is not mounted! Check your docker configuration.
Right now the console does not show a log of past outputs. It seems the container prints the output before you open the console, so you don't get a chance to see it. This is fixed by a patch [1], currently waiting for review, that adds a scrollback buffer.