mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-30 06:39:37 +02:00
Add restart and fix volumes
Added `restart: unless-stopped` Adjust volumes - probably shouldn't be scattering the volumes around the root dir? https://docs.docker.com/compose/compose-file/compose-file-v3/#short-syntax-3
This commit is contained in:
parent
86ee4dcff2
commit
7b83ab8970
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