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

Custom welcome.html is not displaying? #594

Closed ZimmerA closed 3 days ago

ZimmerA commented 2 years ago

I've set up a Galaxy container for testing and everything works brilliant so far. The only thing that I can not seem to get working is the display of a custom welcome.html.

I've mounted a folder to /export/, placed a welcome.html with some basic content in there and restarted the container. However, I still get the default welcome.html displayed.

Here's what I have tried so far:

bgruening commented 3 days ago

The new 24.1 image contains a lot of changes and reflects the latest developments in Galaxy.

Please test the new version, e.g. with:

docker run -p 8080:80 -p 8021:21 -p 4002:4002 --privileged=true -e "GALAXY_DESTINATIONS_DEFAULT=slurm_cluster_docker"   -v /tmp/galaxy-data/:/export/ quay.io/bgruening/galaxy:24.1

... or any other combination. The readme has been updated. Please add any useful tips to it.

For a list of changes, see the Changelog.

Feel free to reopen the ticket, if you have still any problems, Thanks for your interest!