misp-docker
misp-docker copied to clipboard
added `*_TAG` vars instead of latest
One more pull request. latest tags in docker-compose.yml lead into different results between build and pull:
build is honouring *_TAG
pull is always getting latest tag.
this is not reflecting ability to use docker image tags, but since .env can not reflect this logic, this is most you can do.
thanks Chris