7 May
2019
7 May
'19
3:06 p.m.
Are you using images with "rolling" tags?
If yes, you should try to switch to "0.2" tag and the new release will be tagged with the same one.
To update, you can do:
$ docker pull ... $ docker pull ..
$ docker-compose stop $ docker-compose rm $ docker-compose up -d
This should basically get you up and running with the new image you pulled.
-- thanks, Abhilash Raj (maxking)