Created
August 19, 2020 23:40
-
-
Save dnburgess/169d86e257a0d3eced6865ad94670a91 to your computer and use it in GitHub Desktop.
DB Tech Deemix Docker
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: | |
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