fixed docker files

This commit is contained in:
Daniel Sommer 2022-06-08 14:35:25 +02:00
parent f9eede4fea
commit 6917e8b420
4 changed files with 6 additions and 5 deletions

View file

@ -1,2 +1 @@
docker-compose.yml
*.json
docker-compose.yml

View file

@ -20,6 +20,8 @@ RUN apk update --no-cache --progress \
&& npm install \
&& apk del --no-cache tzdata git
COPY ["docker_config.json", "/opt/kannon/config.json"]
WORKDIR /opt/kannon
ENTRYPOINT ["node", "kannon.js", "docker/docker_config.json"]
ENTRYPOINT ["node", "kannon.js"]

View file

@ -18,4 +18,4 @@ services:
- 3001:3001
- 3002:3002
volumes:
- /mnt/samsung/music:/mnt/library
- /path/to/library:/mnt/library

View file

@ -17,7 +17,7 @@
"library": {
"enabled": true,
"sources": [
"/mnt/samsung/music"
"/mnt/library"
],
"formats": [
"mp3",