Skip to content

Instantly share code, notes, and snippets.

@yvanzo
Created May 26, 2021 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yvanzo/2276affdcb66f47a96cd9e8488fa3994 to your computer and use it in GitHub Desktop.
Save yvanzo/2276affdcb66f47a96cd9e8488fa3994 to your computer and use it in GitHub Desktop.
Docker Compose override to place under local/compose/
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