Open ivanfcfilho opened 9 months ago
This is my docker-compose:
version: '3' services: redis: image: redis:7.2.4 restart: always volumes:
And I'm getting this erros:
2024-02-13T22:11:10.983519780Z ValueError: OpenCTI API is not reachable. Waiting for OpenCTI API to start or check your configuration...
I am also having the same error when I try to add the AlienVault Connector back to OpenCTI v 6.0.8 (just updated) as a portainer stack. Has this issue been resolved?
This is my docker-compose:
version: '3' services: redis: image: redis:7.2.4 restart: always volumes:
And I'm getting this erros:
2024-02-13T22:11:10.983519780Z ValueError: OpenCTI API is not reachable. Waiting for OpenCTI API to start or check your configuration...