-
Hi. I'm trying to have a VM with Apache or Nginx and Docker for Semaphore and Portainer like this image: The instructions I've followed was: For debugging and to be easier I'm starting with just one: semaphore on port 3000 as described on documentation:
Then I open in the browser: http://192.168.0.1 and automatically is forwarded to: If I change to:
Then I open in the browser: http://192.168.0.1**/semaphore** and automatically is forwarded to: I've tried with both apache and Nginx with the same result. Thank you for any help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, you need to provide |
Beta Was this translation helpful? Give feedback.
Hi, you need to provide
web_host
parameter. For Docker:SEMAPHORE_WEB_ROOT=/semaphore
.