Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created August 20, 2020 16:46
Show Gist options
  • Select an option

  • Save dnburgess/07ab33517ccd350cc02111ce59bd1696 to your computer and use it in GitHub Desktop.

Select an option

Save dnburgess/07ab33517ccd350cc02111ce59bd1696 to your computer and use it in GitHub Desktop.
DB Tech Musicbrainz-Picard
version: '2.1'
services:
musicbrainz:
image: elgranloky/musicbrainz-picard
container_name: musicbrainz-picard
volumes:
- /srv/Musicbrainz/Music:/config/home/Music
- /srv/Musicbrainz/config:/config
environment:
- PUID=1000
- PGID=1000
- TAKE_CONFIG_OWNERSHIP=1
- CLEAN_TMP_DIR=1
- SECURE_CONNECTION=1
ports:
- 5800:5800
- 5900:5900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment