Update README.md
Remove extra pull in example docker pull update command
This commit is contained in:
parent
cfcdce5a7b
commit
b31cb91e7c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue