I stopped all containers and I’ve tried running that command on the Ubuntu server in multiple directories. I am not finding that file. In this document I found the configuration location:
Blockquote
redis-server:
image: greenbone/redis-server
restart: on-failure
volumes:
- redis_socket_vol:/run/redis/
I do not have a /run/redis/ folder on my machine.
Where does this file exist?
Thank you -