Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created August 19, 2020 23:40
Show Gist options
  • Save dnburgess/169d86e257a0d3eced6865ad94670a91 to your computer and use it in GitHub Desktop.
Save dnburgess/169d86e257a0d3eced6865ad94670a91 to your computer and use it in GitHub Desktop.
DB Tech Deemix Docker
version: '2.1'
services:
deemix:
image: registry.gitlab.com/bockiii/deemix-docker
container_name: Deemix
volumes:
- /srv/Deemix/Downloads:/downloads
- /srv/Deemix/Config:/config
environment:
- PUID=1000
- PGID=1000
- ARL=1234567890 #Put your ARL cookie code here
- UMASK_SET=022
ports:
- 6595:6595
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment