infobyte / faraday

Open Source Vulnerability Management Platform

Home Page:https://www.faradaysec.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-compose up error

andyoulovexy opened this issue · comments

mv: cannot move '/server.ini' to '/home/faraday/.faraday/config/.': No such file or directory
image
how to solve it?tks

@andyoulovexy I think you have an old version of the image.
Do a pull first

@andyoulovexy I think you have an old version of the image. Do a pull first

https://github.com/infobyte/faraday/blob/master/docker-compose.yaml .i used

@andyoulovexy thats the compose, I talk about the version of the docker image
run this
docker pull faradaysec/faraday

and then run again the docker-compose up

@andyoulovexy thats the compose, I talk about the version of the docker image run this docker pull faradaysec/faraday

and then run again the docker-compose up

it's ok,thanks