11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
version: '3'
|
|
services:
|
|
qobuz:
|
|
image: docker-qobuz
|
|
ports:
|
|
- 8080:8080
|
|
environment:
|
|
- QOBUZNAME=name@gmail.com
|
|
- QOBUZPASS=password123
|
|
restart: unless-stopped
|