Update README.md

This commit is contained in:
Wonderfall 2016-05-01 23:45:35 +02:00
parent 06d7267330
commit e3061f4d3f

View File

@ -5,9 +5,6 @@
#### What is Subsonic? #### What is Subsonic?
Subsonic is an open-source web-based media streamer and jukebox. Supports MP3, OGG, AAC and other streamable audio and video formats. Indeed, this build comes with **transcoding abilities**. Subsonic is an open-source web-based media streamer and jukebox. Supports MP3, OGG, AAC and other streamable audio and video formats. Indeed, this build comes with **transcoding abilities**.
#### Tags
- **6.0 beta 2** : `6`, `latest`
#### Environment variables #### Environment variables
- **GID** : subsonic group id. - **GID** : subsonic group id.
- **UID** : subsonic user id. - **UID** : subsonic user id.
@ -15,7 +12,6 @@ Subsonic is an open-source web-based media streamer and jukebox. Supports MP3, O
#### Volumes #### Volumes
- **/musics** : your music files - **/musics** : your music files
- **/data** : subsonic data - **/data** : subsonic data
- **/playlists** : subsonic playlists
#### Docker Compose (example) #### Docker Compose (example)
``` ```
@ -24,7 +20,6 @@ subsonic:
volumes: volumes:
- /mnt/music:/musics - /mnt/music:/musics
- /mnt/subsonic:/data - /mnt/subsonic:/data
- /mnt/playlists:/playlists
environment: environment:
- GID=1000 - GID=1000
- UID=1000 - UID=1000
@ -32,7 +27,7 @@ subsonic:
#### Reverse proxy #### Reverse proxy
https://github.com/Wonderfall/dockerfiles/tree/master/reverse https://github.com/Wonderfall/dockerfiles/tree/master/reverse
Fully working configuration with TLS : Working configuration with HTTPS :
``` ```
location / { location / {