Closes #3 (closed)
The use of the tag latest is discouraged in production.
latest
Better specify here the known version to be running correctly (which now is v10.1.0).
v10.1.0
I always prefer to set the restart policy to unless-stopped. If I stop the container manually, there must be some reason for it (maybe upgrading the image), and then I do not want it to be restarted automatically.
unless-stopped
The use of the tag
latest
is discouraged in production.Better specify here the known version to be running correctly (which now is
v10.1.0
).