mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
fix & to &&
This commit is contained in:
parent
9909e72727
commit
46a5b6374c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Docker example, running latest Wekan using docker-compose:
|
|||
|
||||
#### Running from remote dockerhub images
|
||||
```
|
||||
sudo docker-compose pull & sudo docker-compose up -d --no-build
|
||||
sudo docker-compose pull && sudo docker-compose up -d --no-build
|
||||
```
|
||||
|
||||
#### Running from locally built dockerhub images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue