mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
libresonic: fix run.sh
This commit is contained in:
@ -8,6 +8,9 @@ chown -R $UID:$GID /data /playlists /libresonic
|
|||||||
|
|
||||||
exec su-exec $UID:$GID tini -- \
|
exec su-exec $UID:$GID tini -- \
|
||||||
java -Xmx256m \
|
java -Xmx256m \
|
||||||
|
-Dserver.host=0.0.0.0 \
|
||||||
|
-Dserver.port=4040 \
|
||||||
|
-Dserver.contextPath=/ \
|
||||||
-Dlibresonic.home=/data \
|
-Dlibresonic.home=/data \
|
||||||
-Dlibresonic.host=0.0.0.0 \
|
-Dlibresonic.host=0.0.0.0 \
|
||||||
-Dlibresonic.port=4040 \
|
-Dlibresonic.port=4040 \
|
||||||
|
Reference in New Issue
Block a user