Skip to content

Commit

Permalink
Docker compose file for Nexus Repository Manager 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed Sep 29, 2016
1 parent eef5f06 commit 3566cd9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: "2"

services:
nexus:
image: sonatype/nexus3
volumes:
- "nexus-data:/nexus-data"
ports:
- "8081:8081"

volumes:
nexus-data: {}

0 comments on commit 3566cd9

Please sign in to comment.