mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 12:31:13 +00:00
15 lines
394 B
YAML
15 lines
394 B
YAML
version: "3"
|
|
|
|
services:
|
|
deemix:
|
|
container_name: deemix
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
hostname: deemix
|
|
image: registry.gitlab.com/bockiii/deemix-docker:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/deemix/config:/config
|
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/deemix/downloads:/downloads
|