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: ...@@ -5,7 +5,6 @@ services:
container_name: jenkins-docker container_name: jenkins-docker
image: docker:dind image: docker:dind
network_mode: "bridge" network_mode: "bridge"
restart: always
ports: ports:
- 2376:2376 - 2376:2376
volumes: volumes:
...@@ -15,7 +14,6 @@ services: ...@@ -15,7 +14,6 @@ services:
jenkins-blueocean: jenkins-blueocean:
container_name: jenkins-blueocean container_name: jenkins-blueocean
image: myjenkins-blueocean:1.1 image: myjenkins-blueocean:1.1
restart: always
network_mode: "bridge" network_mode: "bridge"
ports: ports:
- 8080:8080 - 8080:8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment