When running run_compose.sh, I am getting the following error after fetching the images:
ERROR: for gvm_gvm-redis_1 Cannot start service gvm-redis: path /run/gvm-docker/redis-socket is mounted on / but it is not a shared mount
ERROR: for gvm_gvm-postgres_1 Cannot start service gvm-postgres: path /run/gvm-docker/postgres-socket is mounted on / but it is not a shared mount
ERROR: for gvm-redis Cannot start service gvm-redis: path /run/gvm-docker/redis-socket is mounted on / but it is not a shared mount
ERROR: for gvm-postgres Cannot start service gvm-postgres: path /run/gvm-docker/postgres-socket is mounted on / but it is not a shared mount
ERROR: Encountered errors while bringing up the project.
When running run_compose.sh, I am getting the following error after fetching the images:
Do you know why that would happen?
Thanks Thomas