Joget Docker- is possible to change the ports to run this container?

Confluence User - 27 Apr, 2020

Another question, looking more over the posts, think will be more easy to install docker and run Joget from there, see that to start the image there is a declaration of ports, can be edited to run let's say 8081:8081?

This the Docke run...

docker run -d -p 8080:8080 -v /var/lib/mysql --name joget jogetworkflow/joget-community

Want to run like this ...

docker run -d -p 8081:8081 -v /var/lib/mysql --name joget jogetworkflow/joget-community

Is this possible?

Thanks again for the help.

Regards

server;ports

2


27 Apr, 2020
confluenceUser
1
confluenceUser

Hi, according to the Docker docs https://docs.docker.com/engine/reference/commandline/run/#publish-or-expose-port--p---expose, you map the host port to the container port. So if you want to run on 8081 on the host, you should map -p 8081:8080


27 Apr, 2020
confluenceUser
confluenceUser

Thank you, highly appreciate !!!!!

Best Regards

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print