Ajouter docker-compose/audiobookshelf/docker-compose.yml
This commit is contained in:
parent
7c5f62a38c
commit
9913dce65c
11
docker-compose/audiobookshelf/docker-compose.yml
Normal file
11
docker-compose/audiobookshelf/docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
services:
|
||||||
|
audiobookshelf:
|
||||||
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||||
|
ports:
|
||||||
|
- 8087:80
|
||||||
|
volumes:
|
||||||
|
- /opt/audiobookshelf/audiobooks:/audiobooks
|
||||||
|
- /opt/audiobookshelf/podcasts:/podcasts
|
||||||
|
- /opt/audiobookshelf/metadata:/metadata
|
||||||
|
- /opt/audiobookshelf/config:/config
|
||||||
|
restart: unless-stopped
|
||||||
Loading…
Reference in New Issue
Block a user