Skip to content

Instantly share code, notes, and snippets.

@Grdflo
Forked from wiccy46/jenkins_basic.yml
Created January 27, 2024 20:07
Show Gist options
  • Save Grdflo/0712512d4ef03aa07aa623390c7375f5 to your computer and use it in GitHub Desktop.
Save Grdflo/0712512d4ef03aa07aa623390c7375f5 to your computer and use it in GitHub Desktop.
[jenkins_basic] Jenkins basics #jenkins
docker-compose.yml
services:
jenkins:
container_name: jenkins
image: jenkins/jenkins
ports:
- "8080:8080"
volumes:
- "$PWD/jenkins_home:/var/jenkins_home"
networks:
- net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment