Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
2122b946b2 | |||
cce19f8eef | |||
d3bd6fac50 | |||
2d92fabc7b | |||
79c099482b |
@ -1,6 +1,6 @@
|
|||||||
FROM jeanblanchard/tomcat:8
|
FROM jeanblanchard/tomcat:8
|
||||||
|
|
||||||
ENV SUBSONIC_VERSION="6.1.2" LC_ALL="C.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8" TZ="Europe/Berlin" MAX_MEM="256"
|
ENV SUBSONIC_VERSION="6.1.6" LC_ALL="C.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8" TZ="Europe/Berlin" MAX_MEM="256"
|
||||||
|
|
||||||
LABEL maintainer="Markus Birth <markus@birth-online.de>"
|
LABEL maintainer="Markus Birth <markus@birth-online.de>"
|
||||||
LABEL version="$SUBSONIC_VERSION"
|
LABEL version="$SUBSONIC_VERSION"
|
||||||
|
@ -8,16 +8,16 @@ This repository contains configuration files for building a
|
|||||||
Noteworthy
|
Noteworthy
|
||||||
----------
|
----------
|
||||||
|
|
||||||
* [Subsonic 6.1.2](http://www.subsonic.org/)
|
* [Subsonic 6.1.6](http://www.subsonic.org/)
|
||||||
* based on [cyrilix](https://github.com/cyrilix)/[docker-subsonic](https://github.com/cyrilix/docker-subsonic)
|
* based on [cyrilix](https://github.com/cyrilix)/[docker-subsonic](https://github.com/cyrilix/docker-subsonic)
|
||||||
* uses [jeanblanchard](https://github.com/jeanblanchard)/[tomcat](https://hub.docker.com/r/jeanblanchard/tomcat/) with Alpine Linux
|
* uses [jeanblanchard](https://github.com/jeanblanchard)/[tomcat](https://hub.docker.com/r/jeanblanchard/tomcat/) with Alpine Linux
|
||||||
* compiles to a 262 MB image instead of [cyrilix](https://hub.docker.com/r/cyrilix/subsonic/)'s 484 MB
|
* compiles to a 266 MB image instead of [cyrilix](https://hub.docker.com/r/cyrilix/subsonic/)'s 484 MB
|
||||||
|
|
||||||
|
|
||||||
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