mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
Update README.md
This commit is contained in:
parent
06d7267330
commit
e3061f4d3f
@ -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 / {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user