jenkins: image: jenkinsci/jenkins ports: - "8080:8080" - "50000:50000" volumes: - ./data:/var/jenkins_home restart: always