Skip to content

Instantly share code, notes, and snippets.

@fwfurtado
Created March 22, 2018 19:10
Show Gist options
  • Save fwfurtado/08a282001abb7688d7462df44c9b1382 to your computer and use it in GitHub Desktop.
Save fwfurtado/08a282001abb7688d7462df44c9b1382 to your computer and use it in GitHub Desktop.
Nexus 3
version: '3'
services:
nexus:
image: sonatype/nexus3:latest
ports:
- "8081:8081"
- "8124:8124"
volumes:
- ./sonatype-work:/nexus-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment