Added Docker Compose update

This commit is contained in:
MediaCowboy 2022-04-28 23:35:43 -05:00
parent 2a919012b6
commit 30010824ba

View File

@ -100,6 +100,11 @@ services:
- <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