Below is the configuration file for docker-compose:
docker-compose
data: build: jenkins-data master: build: jenkins-master volumes_from: - data ports: - \"5
The issue is you use 3 years old Jenkins version 2.7.3. The stack trace is complaining about method
jenkins.model.Jenkins.get()
According to the Jenkins API this method was introduced in version 2.98. See the Changelog for more details.