Created
March 22, 2018 19:10
-
-
Save fwfurtado/08a282001abb7688d7462df44c9b1382 to your computer and use it in GitHub Desktop.
Nexus 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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