Fix update step for Docker
This commit is contained in:
parent
3ebaba751c
commit
b0f01d4b38
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ Then, run:
|
|||
docker-compose pull
|
||||
|
||||
# Stop your instance
|
||||
docker-compose down
|
||||
docker-compose stop plume
|
||||
|
||||
# Remove container of current version
|
||||
docker-compose kill plume
|
||||
|
||||
# Run migrations
|
||||
docker-compose run --rm plume plm migration run
|
||||
|
|
Loading…
Reference in a new issue