This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
Auto-Homelab/nexus/docker-compose.yml

11 lines
250 B
YAML
Raw Normal View History

2024-04-18 17:38:02 -04:00
---
services:
nexus:
image: sonatype/nexus3@sha256:80b945be128a6466320df09589d73ed4a5dbf09f3495243281d264bbc643228c
container_name: nexus
ports:
- 8081:8081
- 8082:8082
volumes:
- /docker/appdata/nexus:/nexus-data