Skip to content

Instantly share code, notes, and snippets.

@CaseyRo
Created March 25, 2020 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CaseyRo/4bf32993fb17a655062811c03635e561 to your computer and use it in GitHub Desktop.
Save CaseyRo/4bf32993fb17a655062811c03635e561 to your computer and use it in GitHub Desktop.
Markdium-
version: '2'
services:
sonoshttpapi:
image: jonmaddox/rpi-docker-node-sonos-http-api
restart: always
network_mode: host
volumes:
- ./settings:/app/settings
- ./clips:/app/clips
- ./cache:/app/cache
- ./presets:/app/presets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment