You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
465 B
16 lines
465 B
version: "3.7"
|
|
services:
|
|
audiobookshelf:
|
|
container_name: audiobookshelf
|
|
image: advplyr/audiobookshelf:2.1.5
|
|
volumes:
|
|
- /mnt/docker_volumes/audiobookshelf/config:/config
|
|
- /mnt/docker_volumes/audiobookshelf/metadata:/metadata
|
|
- /mnt/pokecenter/Media/Audiobooks/ABS_Library:/audiobooks
|
|
ports:
|
|
- 13378:80
|
|
environment:
|
|
- PUID=1030
|
|
- PGID=100
|
|
- TZ=Europe/London
|
|
restart: always
|
|
|