Update README.md

Remove extra pull in example docker pull update command
This commit is contained in:
Brenek Harrison 2020-12-17 14:21:36 -07:00 committed by GitHub
parent cfcdce5a7b
commit b31cb91e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ Alternatively, for Docker Compose, you can use something like:
To update, you can just pull a new version of the container image as they are released.
```bash
$ docker pull pull ghcr.io/meeb/tubesync:v[number]
$ docker pull ghcr.io/meeb/tubesync:v[number]
```
Back-end updates such as database migrations should be automatic.