adding nexus
This commit is contained in:
parent
4613e0de61
commit
ce55dc6609
1 changed files with 10 additions and 0 deletions
10
nexus/docker-compose.yml
Normal file
10
nexus/docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
services:
|
||||||
|
nexus:
|
||||||
|
image: sonatype/nexus3@sha256:80b945be128a6466320df09589d73ed4a5dbf09f3495243281d264bbc643228c
|
||||||
|
container_name: nexus
|
||||||
|
ports:
|
||||||
|
- 8081:8081
|
||||||
|
- 8082:8082
|
||||||
|
volumes:
|
||||||
|
- /docker/appdata/nexus:/nexus-data
|
Reference in a new issue