Skip to content
Snippets Groups Projects
Commit 2e0416c1 authored by Thibault's avatar Thibault
Browse files

Modification du Docker-compose (3/4 ok)

parent 506a0ad1
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ services:
container_name: jenkins-docker
image: docker:dind
network_mode: "bridge"
privileged: true
ports:
- 2376:2376
volumes:
......@@ -33,10 +34,10 @@ services:
volumes:
- ./data:/nexus-data
hadolint:
container_name: hadolint
image: hadolint/hadolint
network_mode: "bridge"
# hadolint:
# container_name: hadolint
# image: hadolint/hadolint
# network_mode: "bridge"
#clair-scanner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment