After hours of importing a new set of all the dump files, I’m not able to connect locally to the new running docker container.
Neither localhost:5000 nor the local IP VM adress let me connect inside the VM with a FireFox browser installed on Ubuntu 24.04.1 Desktop.
Are there any ideas what I could test or change?
Maybe this can help?
sudo docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
musicbrainz-docker-indexer latest e25faa636e4b 8 hours ago 803MB
musicbrainz-docker-mq latest 708b2cca2e89 8 hours ago 149MB
musicbrainz-docker_search 3.4.2 1ead24097a35 8 hours ago 586MB
musicbrainz-docker-musicbrainz latest 81bd9a4889ca 4 days ago 2.5GB
musicbrainz-docker_db 16 abc0a3cc7ca6 3 months ago 1.44GB
Don’t post the output here (privacy), but does the command sudo docker ps -a show you a container with the name musicbrainz-docker-musicbrainz? If not, the container with the web server might not actually have started properly.
If you do get output, what’s given in the “STATUS” column for that container? Also, see if the “PORTS” column shows you entries such as 127.0.0.1:5000->5000, ::1:5000->5000/tcp, 0.0.0.0:5000->5000/tcp and/or :::5000->5000/tcp. Are any of these present?
The ports would only show up if the container “musicbrainz-docker-musicbrainz-1” had started correctly, but we’ll need to figure out why it exited. Considering I don’t have MB running in Docker (and don’t have the time to set it up to test with right now), I’m not sure how much help I can be.
You can take a look at the logs and see if you can find lines that look like error messages for that container: sudo docker compose logs --timestamps musicbrainz