Ebraam Mesak
Results
3
comments of
Ebraam Mesak
same problem here
replaced eyewitness with gowitness and script can run now from any directory
I edited my docker config to be image: redis/redis-stack-server:latest ports: - "6379:6379" restart: always healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 10s timeout: 3s retries: 10 volumes: - ./redis-data:/data The issue...