DCSO / MISP-dockerized

https://github.com/MISP/MISP
BSD 3-Clause "New" or "Revised" License
33 stars 11 forks source link

Docker build fatal error mkdir: cannot create directory ‘/var/www/MISP' , could not create leading directories of '/var/www/MISP': Permission denied #92

Open qjadoun opened 1 year ago

qjadoun commented 1 year ago

I have used podman-compose build on RHEL 8 and docker compose on centos 7.9 and both gives the following error:

mkdir: cannot create directory ‘/var/www/MISP’: No such file or directory chown: cannot access '/var/www/MISP': No such file or directory fatal: could not create leading directories of '/var/www/MISP': Permission denied

8ear commented 1 year ago

Hi, if you get no other reply I can suggest you to use https://github.com/NUKIB/misp instead of misp-dockerized. it is more up to date.