Skip to content

Commit

Permalink
Merge pull request #64 from eiabea/63-Add-pull-step
Browse files Browse the repository at this point in the history
Added pull step
  • Loading branch information
eiabea authored Oct 18, 2020
2 parents afc95db + b383fc2 commit 45fded1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,9 @@ In order to prevent data/configuration loss the only file which is needed to be
$ wget -O docker-compose.yml https://raw.githubusercontent.com/eiabea/tempea-api/master/docker-compose.yml
```

Stop, remove and start the containers
Pull, stop, remove and start the containers
```
docker-compose pull
docker-compose stop
docker-compose rm -f
docker-compose up -d
Expand Down

0 comments on commit 45fded1

Please sign in to comment.