Initial commit
This commit is contained in:
parent
1355ed7fa2
commit
741caa4dfa
@ -11,8 +11,8 @@ RUN wget https://github.com/airsonic/airsonic/releases/download/${VERSION}/airso
|
||||
RUN chown -R airsonic:airsonic ${AIRSONIC_DIR}
|
||||
|
||||
RUN mkdir -p $AIRSONIC_DIR/data/transcode
|
||||
RUN ln -fs /usr/bin/ffmpeg $AIRSONIC_DIR/data/transcode/ffmpeg
|
||||
RUN ln -fs /usr/bin/lame $AIRSONIC_DIR/data/transcode/lame
|
||||
RUN ln -s /usr/bin/ffmpeg $AIRSONIC_DIR/data/transcode/ffmpeg
|
||||
RUN ln -s /usr/bin/lame $AIRSONIC_DIR/data/transcode/lame
|
||||
RUN chmod +x $AIRSONIC_DIR/data/transcode/ffmpeg
|
||||
RUN chmod +x $AIRSONIC_DIR/data/transcode/lame
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
/home/airsonic/data true airsonic 0640 0750
|
||||
/home/airsonic/playlists true airsonic 0640 0750
|
||||
/home/airsonic/podcasts true airsonic 0640 0750
|
||||
/home/airsonic/data true airsonic 0644 0755
|
||||
/home/airsonic/playlists true airsonic 0640 0755
|
||||
/home/airsonic/podcasts true airsonic 0640 0755
|
||||
|
Loading…
Reference in New Issue
Block a user