TK421Noah

Untitled

Nov 17th, 2020 (edited)
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.36 KB | None | 0 0
  1.  audioserve:
  2.     container_name: audioserve
  3.     image: izderadicka/audioserve
  4.     ports:
  5.      - '3000:3000'
  6.     volumes:
  7.      - '/path/to/audiobooks/:/audiobooks'
  8.       - '/path/to/appdata/audioserve-data:/home/audioserve/.audioserve'
  9.     environment:
  10.      - AUDIOSERVE_SHARED_SECRET=SecretPassword
  11.     restart: unless-stopped
  12.     command: /audiobooks
Add Comment
Please, Sign In to add comment