devsecopsmaturitymodel / DevSecOps-MaturityModel

GNU General Public License v3.0
463 stars 270 forks source link

No such file or directory #158

Closed viniciusnavarro closed 1 year ago

viniciusnavarro commented 1 year ago

Hello everyone, after following the recommendations, when running the docker command I got this error:

realpath: /bitnami/nginx/conf/vhosts: No such file or directory

Am I missing some part of the configuration?

wurstbrot commented 1 year ago

Hi @viniciusnavarro , which commands did you run?

viniciusnavarro commented 1 year ago

Hello @wurstbrot

The command is this: docker run --rm -p 8084:80 wurstbrot/dsomm:latest

img

and it gets stuck on Starting Nginx.

wurstbrot commented 1 year ago

Hi @viniciusnavarro ,

this is just an info. It works. Please use docker run --rm -p 8084:8080 wurstbrot/dsomm:latest.

viniciusnavarro commented 1 year ago

It worked, I was mapping to port 80 instead of mapping to 8080, thanks for the help @wurstbrot