NrgXnat / xnat-docker-compose

Build an XNAT server configuration with Docker Compose
Other
82 stars 85 forks source link

master branch does not run XNAT #78

Closed dmd closed 3 years ago

dmd commented 3 years ago

master branch is currently broken out of the box.

To reproduce:

1)

git clone git@github.com:NrgXnat/xnat-docker-compose.git \
&& cd xnat-docker-compose \
&& cp default.env .env \
&& docker-compose up

2) In docker-compose logs -f observe this suspicious final entry:

xnat-web_1    | 20-May-2021 17:52:08.159 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [103] milliseconds

103 millseconds, huh? That seems short.

3) Just for safety wait another few minutes

4) Go to http://localhost and see:

HTTP Status 404 – Not Found Type Status Report

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

Apache Tomcat/9.0.46

rherrick commented 3 years ago

Fixed in commit 8083d38