Initial Commit
This commit is contained in:
10
docker-compose.yml.example
Normal file
10
docker-compose.yml.example
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '3'
|
||||
services:
|
||||
qobuz:
|
||||
image: docker-qobuz
|
||||
ports:
|
||||
- 8080:8080
|
||||
environment:
|
||||
- QOBUZNAME=name@gmail.com
|
||||
- QOBUZPASS=password123
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user