6de8a22e19
Ship it squirrel reporting for duty
13 lines
166 B
YAML
13 lines
166 B
YAML
version: "2"
|
|
|
|
services:
|
|
nexus:
|
|
image: sonatype/nexus3
|
|
volumes:
|
|
- "nexus-data:/nexus-data"
|
|
ports:
|
|
- "8081:8081"
|
|
|
|
volumes:
|
|
nexus-data: {}
|