Skip to content
Snippets Groups Projects
Commit 506a0ad1 authored by Thibault's avatar Thibault
Browse files

Amélioration du docker-compose

parent 41084c71
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ services:
container_name: jenkins-docker
image: docker:dind
network_mode: "bridge"
restart: always
ports:
- 2376:2376
volumes:
......@@ -15,7 +14,6 @@ services:
jenkins-blueocean:
container_name: jenkins-blueocean
image: myjenkins-blueocean:1.1
restart: always
network_mode: "bridge"
ports:
- 8080:8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment