mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-16 08:49:37 +00:00
Merge pull request #842 from revilo951/master
Add restart and fix volumes
This commit is contained in:
commit
217bbb4a8e
1 changed files with 4 additions and 3 deletions
|
|
@ -7,6 +7,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 13378:80
|
- 13378:80
|
||||||
volumes:
|
volumes:
|
||||||
- /audiobooks:/audiobooks
|
- ./audiobooks:/audiobooks
|
||||||
- /metadata:/metadata
|
- ./metadata:/metadata
|
||||||
- /config:/config
|
- ./config:/config
|
||||||
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue