docker-compose.yml example:
services:
server:
build:
context: .
dockerfile: Dockerfile
image: dim145/deemix-server:2024-12-11
user: "1000"
ports:
- "6595:6595"
environment:
DEEMIX_SINGLE_USER: true # default: true
DEEMIX_LOCATION_BASE: / # default: /
DEEMIX_HOST: 0.0.0.0. # default: 0.0.0.0
DEEMIX_PORT: 6595 # default: 6595
volumes:
- ./config:/deemix/config
- ./downloads:/downloads
Content type
Image
Digest
sha256:7db437488…
Size
40.1 MB
Last updated
about 3 years ago
docker pull dim145/deemix-server