We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Version: 18.09.2 API version: 1.39 Go version: go1.10.6 Git commit: 6247962 Host- Windows 10 Version 1809
By executing the command
docker run -d -p 8080:80 -v /home/user/galaxy_storage/:/export/ quay.io/bgruening/galaxy-hicexplorer
it is impossible to access Galaxy-HiCexplorer instance. The following error appears: Localhost:8080 - 403 Forbidden
When the “image only” version is run,
docker run -d -p 8080:80 -p 8021:21 -p 8022:22 quay.io/bgruening/galaxy-hicexplorer
there is no problem to access and work with Galaxy-HiCexplorer instance, however the changes are lost and the data cannot be stored!
The Docker log is attached. service.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Docker Version: 18.09.2
API version: 1.39
Go version: go1.10.6
Git commit: 6247962
Host- Windows 10 Version 1809
By executing the command
docker run -d -p 8080:80 -v /home/user/galaxy_storage/:/export/ quay.io/bgruening/galaxy-hicexplorer
it is impossible to access Galaxy-HiCexplorer instance. The following error appears:
Localhost:8080 - 403 Forbidden
When the “image only” version is run,
docker run -d -p 8080:80 -p 8021:21 -p 8022:22 quay.io/bgruening/galaxy-hicexplorer
there is no problem to access and work with Galaxy-HiCexplorer instance, however the changes are lost and the data cannot be stored!
The Docker log is attached.
service.txt
The text was updated successfully, but these errors were encountered: