[SOLVED] Error when using OCI for nginx proxy manager

ctf_nc

Member
Dec 21, 2021
6
0
21
25
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.螢幕截圖 2026-02-16 下午10.43.09.png螢幕截圖 2026-02-16 下午10.43.38.png
 
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.
 
  • Like
Reactions: ctf_nc
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.
Thanks it works! May i know where can you see the container console outputs? When I click the console button it just displays nothing.
 
  • Like
Reactions: ctf_nc