infobyte / faraday

Open Source Vulnerability Management Platform
https://www.faradaysec.com
GNU General Public License v3.0
4.72k stars 875 forks source link

docker-compose up error #459

Closed andyoulovexy closed 1 year ago

andyoulovexy commented 1 year ago

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

aenima-x commented 1 year ago

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

andyoulovexy commented 1 year ago

@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

aenima-x commented 1 year ago

@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 commented 1 year ago

@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