cryptpad/docker

Unable to connect to the website after I run it

SuperGamePlayRO opened this issue · 0 comments

When i run this command

docker run -d -p 3000:3000 -p 3001:3001 promasu/cryptpad

website its working no problem.

After i download the config.js file (without any edit its default) and run this command

docker run -d -p 3000:3000 -p 3001:3001 -v ${PWD}/config.js:/cryptpad/config/config.js promasu/cryptpad

its not working at all I am unable to connect from that same computer that is running the docker.

tried to check the logs nothing unusual.

i am running debian.