Closed hshar7 closed 7 years ago
See run_example.sh
:
docker run \
-p 3000:3000 \
--volume "$(pwd)/dbdata:/dbdata" \
zuazo/dradis "${@}"
You can change you host port with the -p
option there. For example:
docker run \
-p 4000:3000 \
--volume "$(pwd)/dbdata:/dbdata" \
zuazo/dradis "${@}"
Seems to still be running on 3000
Seems like there was a problem with my iptables on centos vm. Fixed thanks to comment on https://github.com/docker/docker/issues/1871 Thanks @zuazo
Hello, I am trying to change the port of the container. Any idea? It seems like no matter what I do it remains at 3000!