I have a Docker container set up and running (Portainer).
I set the port mapping to manual, 9000 to 39000.
The service is available and running at domain.com:39000
I went to:
Domain> Docker Proxy Rules
I added a rule using these settings:
URL: domain.com/portainer
Container: portainer
Port: 9000->39000
Basically, the only thing I can change here is the URL - since the container and port mappings are the only ones available (which makes sense).
When I visit domain.com/portainer I get a 404.
I've tried copying/pasting the URL, just to be sure.
I have confirmed that nginx reverse proxy is enabled for the domain.
I have tried restarting the service and the Docker container a few times.
Any ideas?
I set the port mapping to manual, 9000 to 39000.
The service is available and running at domain.com:39000
I went to:
Domain> Docker Proxy Rules
I added a rule using these settings:
URL: domain.com/portainer
Container: portainer
Port: 9000->39000
Basically, the only thing I can change here is the URL - since the container and port mappings are the only ones available (which makes sense).
When I visit domain.com/portainer I get a 404.
I've tried copying/pasting the URL, just to be sure.
I have confirmed that nginx reverse proxy is enabled for the domain.
I have tried restarting the service and the Docker container a few times.
Any ideas?