thalesgroup-cert / Watcher

Watcher - Open Source Cybersecurity Threat Hunting Platform. Developed with Django & React JS.
https://thalesgroup-cert.github.io/Watcher
GNU Affero General Public License v3.0
856 stars 123 forks source link

searx-checker: The image for the service you're trying to recreate has been removed. #51

Closed dagobertdebug closed 3 years ago

dagobertdebug commented 3 years ago

Describe the bug Pulling searx-checker (searx/searx-checker:)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing. Continue with the new image? [yN]y Pulling searx-checker (searx/searx-checker:)... ERROR: pull access denied for searx/searx-checker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

To Reproduce Steps to reproduce the behavior: docker-compose up -d

Felix83000 commented 3 years ago

Hello,

It has been explained and fixed in this issue: #50.

Please upgrade your docker-compose.yml file: https://github.com/thalesgroup-cert/Watcher/blob/master/docker-compose.yml

dagobertdebug commented 3 years ago

Thanks.