Skip to content

Instantly share code, notes, and snippets.

@stack-head
Created March 30, 2019 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stack-head/65c53df5ed43ae2369e02fbdaae26405 to your computer and use it in GitHub Desktop.
Save stack-head/65c53df5ed43ae2369e02fbdaae26405 to your computer and use it in GitHub Desktop.
Nexus 3 Docker Compose
version: '2'
services:
nexus3:
image: sonatype/nexus3
container_name: nexus3
volumes:
- nexus-data:/nexus-data
ports:
- "8084:8081"
restart: always
volumes:
nexus-data: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment