An open API service indexing awesome lists of open source software.

https://github.com/crazyoptimist/jenkins

Jenkins Docker-Compose Deployment
https://github.com/crazyoptimist/jenkins

Last synced: 5 months ago
JSON representation

Jenkins Docker-Compose Deployment

Awesome Lists containing this project

README

          

# Jenkins Server on Docker Compose

```shell
mkdir jenkins-server
git clone https://github.com/CrazyOptimist/jenkins.git jenkins-server
cd jenkins-server
cp .env.example .env
docker-compose up -d
```

You can change your host port in .env file.

For more customized usage of the image, you can refer to the official [documentation](https://github.com/jenkinsci/docker/blob/master/README.md)

# License

MIT