bgruening / docker-galaxy

:whale::bar_chart::books: Docker Images tracking the stable Galaxy releases.
http://bgruening.github.io/docker-galaxy
MIT License
226 stars 134 forks source link

install-tools permissions issue #500

Open innovate-invent opened 5 years ago

innovate-invent commented 5 years ago

using install-tools while the USER is root causes galaxy to write all files with root ownership, this prevents galaxy from starting normally.

using install-tools while USER is $GALAXY_USER fails to start galaxy. It may be failing to start the PostGRES server.

kmshort commented 4 years ago

YES! I have this problem too, but with just starting galaxy with a local /export directory in place.