Files
docker-nexus3/docker-compose.yml
T
Jeffry Hesse 6de8a22e19 Updating docker-compose to use the new appropriate image name (#65)
Ship it squirrel reporting for duty
2017-02-09 13:09:09 -09:00

13 lines
166 B
YAML

version: "2"
services:
nexus:
image: sonatype/nexus3
volumes:
- "nexus-data:/nexus-data"
ports:
- "8081:8081"
volumes:
nexus-data: {}