jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
757 stars 167 forks source link

Will not work on Synology #156

Open adminyx opened 3 years ago

adminyx commented 3 years ago

Hi - I am using a docker-compose file on a Synology NAS running Portainer. When I run the image, it starts up fine, but I can not get to the 8181 portal. I have set my USER_ID and GROUP_ID the same as every other container and do not have this problem. I forwarded my router port 80 to this machine 8080, same for 443 to 4443. Is it conflicting with the internal Synology Nginx?

Here is my docker-compose:

version: "3" services: nginx-proxy-manager: container_name: Nginx-proxy-manager image: jlesage/nginx-proxy-manager:latest ports:

But here is the error I get when I look at the log: nginx-error

dnguyen800 commented 3 years ago

I have this container working on my DS920 and it works fine, but I use the native Synology Docker container manager. Looking at the log, I would check your volume is correctly formatted and the USER_ID and GROUP_ID are correct.