Update something
This commit is contained in:
parent
02ebf2a878
commit
776f90c240
61 changed files with 304 additions and 521 deletions
12
pikapods/audiobookshelf/docker-compose.yaml
Normal file
12
pikapods/audiobookshelf/docker-compose.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
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