Uploaded image for project: 'MusicBrainz Virtual Machines'
  1. MusicBrainz Virtual Machines
  2. MBVM-55

Fix ownership of files in musicbrainz-server directory mounted as a volume into the development container

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None

      Currently, the development container for the musicbrainz service mounts the local working copy of musicbrainz-server with root user. Everything also runs as root inside the container. This makes any file produced by script/compile_resources.sh and such to be owned by root on the host as well. It would be much handier to have these files owned by the user running the docker-compose commands instead.

      A first step would be to create a musicbrainz user inside the container to run everything with.

      A second step would be to create this user with the same id and gid as the user running docker-compose, in development setup only.

            yvanzo yvanzo
            yvanzo yvanzo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                Version Package