mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-26 11:11:43 +00:00
Added Docker Compose update
This commit is contained in:
parent
2a919012b6
commit
30010824ba
1 changed files with 5 additions and 0 deletions
|
|
@ -100,6 +100,11 @@ services:
|
||||||
- <path/to/config>:/config
|
- <path/to/config>:/config
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Updating Docker Compose
|
||||||
|
```bash
|
||||||
|
docker docker-compose -f <path/to/config>/docker-compose.yml pull
|
||||||
|
docker docker-compose -f <path/to/config>/docker-compose.yml up -d
|
||||||
|
```
|
||||||
|
|
||||||
### Linux (amd64) Install
|
### Linux (amd64) Install
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue