Wow!
Then I just did that Docker environment variables (.env
) thing!
- Test that I see
localhost
withsudo docker-compose config
- Add
MUSICBRAINZ_WEB_SERVER_HOST=192.168.0.99
to mymusicbrainz-docker/.env
file - Tests that I see
192.168.0.99
withsudo docker-compose config
- Start the server with
sudo docker-compose up
(now I am starting to know this one
I can’t believe the knowledge all people have in #musicbrainz:devel!