progress
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#
|
||||
services:
|
||||
it-tools:
|
||||
image: jenkins/jenkins:lts
|
||||
container_name: jenkins
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "50000:50000"
|
||||
volumes:
|
||||
- "/works/docker/jenkins/jenkins_home:/var/jenkins_home"
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
```bash
|
||||
docker run -d -p 8080:8080 -p 50000:50000 --name jenkins -v /opt/jenkins:/var/jenkins_home jenkins/jenkins:lts
|
||||
```
|
||||
Reference in New Issue
Block a user