Add: Docker compose example and readme #164

This commit is contained in:
advplyr 2021-10-31 09:54:58 -05:00
parent e564c80ed2
commit 8a684ccdc4
2 changed files with 28 additions and 0 deletions

12
docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
### EXAMPLE DOCKER COMPOSE ###
version: "3.7"
services:
app:
image: advplyr/audiobookshelf
ports:
- 13378:80
volumes:
- /audiobooks:/audiobooks
- /metadata:/metadata
- /config:/config