Created
August 20, 2020 16:46
-
-
Save dnburgess/07ab33517ccd350cc02111ce59bd1696 to your computer and use it in GitHub Desktop.
DB Tech Musicbrainz-Picard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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