Skip to content
Snippets Groups Projects
Commit 41084c71 authored by Thibault's avatar Thibault
Browse files

suppression d'erreur basique

parent db4f165d
No related branches found
No related tags found
No related merge requests found
......@@ -24,20 +24,22 @@ services:
- ./jenkins-data:/var/jenkins_home
- ./jenkins-docker-certs:/certs/client
sonatype/nexus3:
container-name: registry-nexus
sonatype-nexus3:
container_name: registry-nexus
image: sonatype/nexus3:latest
network: "bridge"
port:
network_mode: "bridge"
ports:
- 8081:8081
- 8082:8082
- 8083:8083
volumes:
- ./data:/nexus-data
hadolint:
container-name: hadolint
container_name: hadolint
image: hadolint/hadolint
network: "bridge"
network_mode: "bridge"
#clair-scanner
#Dockle
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment