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: ...@@ -24,20 +24,22 @@ services:
- ./jenkins-data:/var/jenkins_home - ./jenkins-data:/var/jenkins_home
- ./jenkins-docker-certs:/certs/client - ./jenkins-docker-certs:/certs/client
sonatype/nexus3: sonatype-nexus3:
container-name: registry-nexus container_name: registry-nexus
image: sonatype/nexus3:latest image: sonatype/nexus3:latest
network: "bridge" network_mode: "bridge"
port: ports:
- 8081:8081 - 8081:8081
- 8082:8082 - 8082:8082
- 8083:8083 - 8083:8083
volumes:
- ./data:/nexus-data
hadolint: hadolint:
container-name: hadolint container_name: hadolint
image: hadolint/hadolint image: hadolint/hadolint
network: "bridge" network_mode: "bridge"
#clair-scanner #clair-scanner
#Dockle #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