Open g-apostolova opened 5 years ago
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
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