fix & to &&

This commit is contained in:
Stephen Moloney 2017-02-02 22:19:16 +00:00
parent 9909e72727
commit 46a5b6374c

View file

@ -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