mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01: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
@ -7,6 +7,7 @@ services:
|
||||
ports:
|
||||
- 13378:80
|
||||
volumes:
|
||||
- /audiobooks:/audiobooks
|
||||
- /metadata:/metadata
|
||||
- /config:/config
|
||||
- ./audiobooks:/audiobooks
|
||||
- ./metadata:/metadata
|
||||
- ./config:/config
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user