First commit
This commit is contained in:
12
audiobookshelf/compose-old.yaml
Normal file
12
audiobookshelf/compose-old.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
audiobookshelf:
|
||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||
ports:
|
||||
- 13378:80
|
||||
volumes:
|
||||
- /mnt/Media/Audiobooks:/audiobooks
|
||||
- /mnt/Media/Podcasts:/podcasts
|
||||
- /root/audiobookshelf/config:/config
|
||||
- /root/audiobookshelf/metadata:/metadata
|
||||
restart: always
|
||||
Reference in New Issue
Block a user