Open michielbdejong opened 7 years ago
The article above seems to recommend stop
over kill
(due to the confusing formatting it looks as though he's recommending both). Looks good otherwise though.
cool! trying it out now, will create a docs PR once tested.
i had to stop the live containers to prevent the build from running out of memory, might be worth advising that in the instructions.
When running your server using this docker-compose, how do you update your server?
I think something like this might work, but would appreciate @sharafian's feedback:
To update the image to latest release:
To update the image to latest master:
In both cases, to update the running container to the new image:
The last part is based on http://staxmanade.com/2016/09/how-to-update-a-single-running-docker-compose-container/ - not sure if this is correct?