Add Audiobookshelf compose with NFS volume fix
This commit is contained in:
parent
4106870575
commit
e9474ec668
1 changed files with 5 additions and 0 deletions
|
|
@ -19,3 +19,8 @@ services:
|
||||||
- /app-config/audiobookshelf:/config
|
- /app-config/audiobookshelf:/config
|
||||||
- /app-config/audiobookshelf/metadata:/metadata
|
- /app-config/audiobookshelf/metadata:/metadata
|
||||||
- data:/data
|
- data:/data
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
data:
|
||||||
|
external: true
|
||||||
|
name: arrapps_data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue