mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-02 18:50:11 +08:00
audiobookshelf
This commit is contained in:
parent
dcd899a01b
commit
45ef0a64d9
1 changed files with 2 additions and 8 deletions
|
@ -5,8 +5,8 @@ services:
|
||||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||||
container_name: audiobookshelf
|
container_name: audiobookshelf
|
||||||
volumes:
|
volumes:
|
||||||
- audiobookshelf_config:/config
|
- /home/fern/docker/data/audiobookshelf/config:/config
|
||||||
- audiobookshelf_metadata:/metadata
|
- /home/fern/docker/data/audiobookshelf/metadata:/metadata
|
||||||
- /media:/media
|
- /media:/media
|
||||||
environment:
|
environment:
|
||||||
- TZ=Australia/Perth
|
- TZ=Australia/Perth
|
||||||
|
@ -22,9 +22,3 @@ networks:
|
||||||
default:
|
default:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
volumes:
|
|
||||||
audiobookshelf_config:
|
|
||||||
name: audiobookshelf_config
|
|
||||||
audiobookshelf_metadata:
|
|
||||||
name: audiobookshelf_metadata
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue