This is an old revision of the document!
— services:
audioserve:
image: izderadicka/audioserve
environment:
- PUID=1000
- PGID=1000
- AUDIOSERVE_SHARED_SECRET=**YourPasswordGoesHere**
- VIRTUAL_HOST=yourdomaingoeshere.lan:3000
command: --search-cache /audiobooks
volumes:
- ./audiobooks:/audiobooks
- ./.audioserve:/home/audioserve/.audioserve
ports:
- 3000:3000
restart: unless-stopped