This commit is contained in:
Brandon
2019-08-18 10:43:36 -05:00
parent 38f347eed0
commit 5a96147317
2 changed files with 8 additions and 7 deletions

View File

@@ -10,10 +10,10 @@
```bash
$ docker run -d \
--name=<container name> \
-p 6600:6600 \
-p 6680:6680 \
-p 5555:5555/udp \
--name=<container name> \
-v <path for data files>:/data \
-v <path for music files>:/music \
-v <path for playlist files>:/playlists \