Which web server is running in the musicbrainz-vm? :/

Hey there,

how can I do step 3 of this list if I’m using the VirtualBox VM of the Musicbrainz-Server?
https://blog.musicbrainz.org/category/schema-change-release/

Sorry for this question, but first I thought nginx is running but that seems not really be the case. (Though I don’t know much yet about how servers work…).

Thanks for any advice! :slight_smile:

Sometimes the docker container “musicbrainz” is running, sometimes not.
To be sure, you can try to stop it manually with
docker-compose stop musicbrainz
(You have to be in the directory /musicbrainz/musicbrainz-docker to run the above command)