Skip to content

Commit

Permalink
✨ Output to Fifo
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseomartelli committed Mar 22, 2020
1 parent b7e849e commit 8752509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spotify/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ RUN apt-get update \
/var/{cache,log}/* \
/var/lib/apt/lists/*

CMD ["spotifyd --no-daemon --backend pipe > /tmp/fifo"]
CMD ["mkdir -p /share/spotify && spotifyd --no-daemon --backend pipe > /share/spotify/fifo"]
1 change: 1 addition & 0 deletions spotify/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "Spotify",
"arch": ["amd64"],
"startup": "application",
"map": ["share:rw"],
"url": "https://github.com/homeassistant-addons-eliseo/spotify",
"boot": "auto",
"host_network": true,
Expand Down

0 comments on commit 8752509

Please sign in to comment.