Add more Docker Compose files
This commit is contained in:
parent
39b2c604dd
commit
373fc5ac69
2 changed files with 85 additions and 0 deletions
14
docker/audiobookshelf/docker-compose.yml
Normal file
14
docker/audiobookshelf/docker-compose.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
---
|
||||
services:
|
||||
audiobookshelf:
|
||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||
ports:
|
||||
- 13378:80
|
||||
volumes:
|
||||
- /audiobooks:/audiobooks
|
||||
- /podcasts:/podcasts
|
||||
- /config:/config
|
||||
- /metadata>:/metadata
|
||||
environment:
|
||||
- TZ=America/New_York
|
Loading…
Add table
Add a link
Reference in a new issue