mjstealey / jenkins-nginx-docker

Jenkins LTS / Nginx - Orchestrated with Docker Compose
61 stars 59 forks source link

Jenkins exited with code 1 #5

Open apuerto11 opened 2 years ago

apuerto11 commented 2 years ago

While following you're guide "Basic Deployment using https and SSL", after running docker-compose --env-file .env up I get :

jenkins | Can not write to /var/jenkins_home/copy_reference_file.log. Wrong volume permissions? jenkins | touch: cannot touch '/var/jenkins_home/copy_reference_file.log': Permission denied jenkins | touch: cannot touch '/var/jenkins_home/copy_reference_file.log': Permission denied jenkins | Can not write to /var/jenkins_home/copy_reference_file.log. Wrong volume permissions? jenkins exited with code 1

and can't access jenkins.

PratyushSrivastav commented 4 weeks ago

chmod -R 755 to host volume mount point