From e3061f4d3f6344ce93714d59ac15a0b87017abee Mon Sep 17 00:00:00 2001
From: Wonderfall <wonderfall@schrodinger.io>
Date: Sun, 1 May 2016 23:45:35 +0200
Subject: [PATCH] Update README.md

---
 subsonic/README.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/subsonic/README.md b/subsonic/README.md
index 006bb46..cf5f155 100644
--- a/subsonic/README.md
+++ b/subsonic/README.md
@@ -5,9 +5,6 @@
 #### 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**.
 
-#### Tags
-- **6.0 beta 2** : `6`, `latest`
-
 #### Environment variables
 - **GID** : subsonic group id.
 - **UID** : subsonic user id.
@@ -15,7 +12,6 @@ Subsonic is an open-source web-based media streamer and jukebox. Supports MP3, O
 #### Volumes
 - **/musics** : your music files
 - **/data** : subsonic data
-- **/playlists** : subsonic playlists
 
 #### Docker Compose (example)
 ```
@@ -24,7 +20,6 @@ subsonic:
   volumes: 
     - /mnt/music:/musics
     - /mnt/subsonic:/data
-    - /mnt/playlists:/playlists
   environment:
     - GID=1000
     - UID=1000
@@ -32,7 +27,7 @@ subsonic:
 
 #### Reverse proxy
 https://github.com/Wonderfall/dockerfiles/tree/master/reverse
-Fully working configuration with TLS :
+Working configuration with HTTPS :
 
 ```
   location / {