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-communityWant to run like this ...
docker run -d -p 8081:8081 -v /var/lib/mysql --name joget jogetworkflow/joget-communityIs this possible?
Thanks again for the help.
Regards
server;ports