Woaw!! I love this!!
It’s being building now (I already update both musicbrainz-docker
and musicbrainz-server
.
No problem, if I just need to redo this and that.
Ah, the build is now over but I got this, now, when I try to start it:
musicbrainz_1 | ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb00080, needed 0xcd00080)
musicbrainz_1 | ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb00080, needed 0xcd00080)
musicbrainz_1 | ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb00080, needed 0xcd00080)
musicbrainz-docker_musicbrainz_1 exited with code 1
So here is the result of the commands you told me:
$ echo MusicBrainz Docker: `git describe --always --broken --dirty --tags`
MusicBrainz Docker: v-2022-08-25
$ echo Docker Compose: `docker-compose version --short`
Docker Compose: 1.27.4
$ sudo docker version -f 'Docker Client/Server: {{.Client.Version}}/{{.Server.Version}}'
Docker Client/Server: 20.10.17/20.10.17
$ sudo docker ps --all --filter name=musicbrainz-docker
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
$ ./admin/configure show
COMPOSE_FILE is defined by '/home/bob/git/musicbrainz-docker/.env' file.
COMPOSE_FILE=docker-compose.yml:compose/musicbrainz-dev.yml:compose/publishing-all-ports.yml
Referred-to compose file(s):
[HANDLE] PATH: DESCRIPTION
[default] docker-compose.yml: Default compose file, with host port for musicbrainz
[musicbrainz-dev] compose/musicbrainz-dev.yml: Build and run local development copy of MusicBrainz Server
[publishing-all-ports] compose/publishing-all-ports.yml: Publish all service ports on the host
$ cat .env
MUSICBRAINZ_SERVER_LOCAL_ROOT=/home/bob/git/musicbrainz-server
MUSICBRAINZ_WEB_SERVER_HOST=192.168.0.99
COMPOSE_FILE=docker-compose.yml:compose/musicbrainz-dev.yml:compose/publishing-all-ports.yml