IntelOwl icon indicating copy to clipboard operation
IntelOwl copied to clipboard

Error response from daemon: invalid reference format

Open paulie007 opened this issue 6 months ago • 4 comments

minor issue

Got this error when running ./start prod up

unable to get image 'intelowlproject/intelowl:"v6.0.4"': Error response from daemon: invalid reference format

Solution:

In docker/.env change

REACT_APP_INTELOWL_VERSION="v6.0.4" to REACT_APP_INTELOWL_VERSION=v6.0.4

paulie007 avatar Aug 14 '24 07:08 paulie007