parent
d3bd6fac50
commit
cce19f8eef
@ -17,7 +17,7 @@ Noteworthy
|
|||||||
Volumes
|
Volumes
|
||||||
-------
|
-------
|
||||||
|
|
||||||
* `/subsonic` --- Directory to store Subsonic's log, configuration and database
|
* `/data` --- Directory to store Subsonic's log, configuration and database
|
||||||
* `/music` --- Default music folder
|
* `/music` --- Default music folder
|
||||||
* `/podcasts` --- Default podcast folder
|
* `/podcasts` --- Default podcast folder
|
||||||
* `/playlists` --- Default playlist folder
|
* `/playlists` --- Default playlist folder
|
||||||
@ -58,6 +58,7 @@ Run a container with this image
|
|||||||
$ docker run \
|
$ docker run \
|
||||||
--detach \
|
--detach \
|
||||||
--publish 8080:8080 \
|
--publish 8080:8080 \
|
||||||
|
--volume "/local/config/dir:/data/" \
|
||||||
--volume "/wherever/your/music/is:/music/:ro" \
|
--volume "/wherever/your/music/is:/music/:ro" \
|
||||||
<your-name>/subsonic
|
<your-name>/subsonic
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user