mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
libresonic: fix run.sh
This commit is contained in:
parent
eb2dbe6699
commit
48225d67f0
@ -8,6 +8,9 @@ chown -R $UID:$GID /data /playlists /libresonic
|
||||
|
||||
exec su-exec $UID:$GID tini -- \
|
||||
java -Xmx256m \
|
||||
-Dserver.host=0.0.0.0 \
|
||||
-Dserver.port=4040 \
|
||||
-Dserver.contextPath=/ \
|
||||
-Dlibresonic.home=/data \
|
||||
-Dlibresonic.host=0.0.0.0 \
|
||||
-Dlibresonic.port=4040 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user