I prefer not using detach and see everything directly in the terminal that launched it.
There is no drawbacks to this, is there?
Wow it took about 20 minutes to build but now apparently runs!!!
I’m so sorry I’m so clumsy each time I try to run local MBS again!
Now here is the error I get when I query the homepage, either as localhost:5000, as 127.0.0.1:5000 or as my own 192.168.0.99:5000:
musicbrainz_1 | fatal: detected dubious ownership in repository at '/musicbrainz-server'
musicbrainz_1 | To add an exception for this directory, call:
musicbrainz_1 |
musicbrainz_1 | git config --global --add safe.directory /musicbrainz-server
musicbrainz_1 | fatal: detected dubious ownership in repository at '/musicbrainz-server'
musicbrainz_1 | To add an exception for this directory, call:
musicbrainz_1 |
musicbrainz_1 | git config --global --add safe.directory /musicbrainz-server
musicbrainz_1 | 172.19.0.1 - - [30/Aug/2022:17:08:45 +0000] "GET / HTTP/1.1" 500 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0"
musicbrainz_1 | [error] Couldn't connect to the renderer. (URL: http://192.168.0.99:5000/)
musicbrainz_1 | 172.19.0.1 - - [30/Aug/2022:17:09:31 +0000] "GET / HTTP/1.1" 500 0 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0"
musicbrainz_1 | [error] Couldn't connect to the renderer. (URL: http://localhost:5000/)
musicbrainz_1 | 192.168.0.16 - - [30/Aug/2022:17:22:28 +0000] "GET / HTTP/1.1" 500 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.105 Safari/537.36"
(the first 2 are Debian 10 Firefox 91, and the last 1 is Windows 10 Vivaldi 5)
And the browser gets nothing (blank page) but an internal server error 500, in return:
GET http://192.168.0.99:5000/
HTTP/1.1 500 Internal Server Error 31235ms
Sorry @yvanzo but even if now docker is running, I cannot see MBS pages.