mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
Merge branch 'master' of github.com:swing-opensource/swingmusic
This commit is contained in:
+3
-1
@@ -6,10 +6,12 @@ COPY ./dist/swingmusic /swingmusic
|
||||
|
||||
RUN chmod +x /swingmusic
|
||||
|
||||
RUN apt update && apt install -y tzdata
|
||||
|
||||
EXPOSE 1970/tcp
|
||||
|
||||
VOLUME /music
|
||||
|
||||
VOLUME /config
|
||||
|
||||
ENTRYPOINT ["/swingmusic", "--host", "0.0.0.0", "--config", "/config"]
|
||||
ENTRYPOINT ["/swingmusic", "--host", "0.0.0.0", "--config", "/config"]
|
||||
|
||||
Reference in New Issue
Block a user