mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-14 15:34:48 +02:00
Fix wrong use of --pull
This commit is contained in:
parent
dae002dc0a
commit
3ab0270c4e
1 changed files with 2 additions and 1 deletions
|
@ -196,7 +196,8 @@ $ docker run -d nextcloud
|
|||
When using docker-compose:
|
||||
|
||||
```console
|
||||
$ docker-compose up -d --pull
|
||||
$ docker-compose pull
|
||||
$ docker-compose up -d
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue