Created
May 26, 2021 20:24
-
-
Save yvanzo/2276affdcb66f47a96cd9e8488fa3994 to your computer and use it in GitHub Desktop.
Docker Compose override to place under local/compose/
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: '3.1' | |
# Description: Run local version of MusicBrainz Server Perl code | |
services: | |
musicbrainz: | |
volumes: | |
- ${MUSICBRAINZ_SERVER_LOCAL_LIB_PATH}:/musicbrainz-server/lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment