docker*: various updates ?
This commit is contained in:
parent
85f2d23e54
commit
8a791f1493
2 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,8 @@ ENV SUBSONIC_VERSION 6.1.6
|
|||
LABEL description="Subsonic media streamer"
|
||||
LABEL version="$SUBSONIC_VERSION"
|
||||
|
||||
## TODO redo with https://github.com/airsonic-advanced/airsonic-advanced/releases/tag/v10.6.0
|
||||
|
||||
RUN apt-get update &&\
|
||||
apt-get -y dist-upgrade &&\
|
||||
apt-get -y install openjdk-8-jre-headless wget ffmpeg lame &&\
|
||||
|
|
|
@ -11,6 +11,5 @@ services:
|
|||
- 0.0.0.0:4043:4043/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /mnt/data/subsonic:/opt/data/
|
||||
- /mnt/video/:/opt/Videos
|
||||
- /mnt/audio/:/opt/music
|
||||
- ./data:/opt/data/
|
||||
- /mnt/audio/Music:/opt/music
|
||||
|
|
Loading…
Reference in a new issue