mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
fixed example compose file and readme formatting
This commit is contained in:
parent
7f327f90d5
commit
5f2db73f65
@ -36,7 +36,7 @@ $ docker run -d --name Deemix \
|
||||
version: '3.3'
|
||||
services:
|
||||
deemix:
|
||||
image: registry.gitlab.com/bockiii/deemix-docker
|
||||
image: registry.gitlab.com/bockiii/deemix-docker
|
||||
container_name: Deemix
|
||||
volumes:
|
||||
- /your/storage/path/:/downloads
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
deemix:
|
||||
image: bocki/deemix
|
||||
image: registry.gitlab.com/bockiii/deemix-docker
|
||||
container_name: Deemix
|
||||
volumes:
|
||||
- /your/storage/path/:/downloads
|
||||
|
Loading…
Reference in New Issue
Block a user