Replies: 2 comments 2 replies
-
You can use this:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I updated the docs with a docker compose example I'm not too familiar with docker-compose, but I think you should leave off the version on image to get the latest. services:
audiobookshelf:
image: advplyr/audiobookshelf
ports:
- 13378:80
volumes:
- <path/to/your/audiobooks>:/audiobooks
- <path/to/metadata>:/metadata
- <path/to/config>:/config |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry if a silly question but would it be possible to add to the install guides a docker-compose option since it's easy to use portainer.
Beta Was this translation helpful? Give feedback.
All reactions