Closed nbel88 closed 5 years ago
@nbel88 how do you start your Docker instance?
A few things you can try:
docker run --net=host ...
docker run -p 0.0.0.0:80:80 ....
I run the instance using this command: sudo docker run -d -p 8080:80 \ -v /home/user/galaxy_storage/:/export/ \ --name galaxy-instance \ bgruening/galaxy-stable
I found that the port 80 is used by nginx, I killed the process It works now using " docker run -p 0.0.0.0:80:80 "
Thanks a lot ;)
Cool!
I using a galaxy-docker-image for a couple of days, it works well in a local network but I can not access from an external network. Can I open galaxy container remotely? If so, what exactly should I set. PS: