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
Renovate Bot 0907a71628
All checks were successful
continuous-integration/drone/pr Build is passing
Update sonatype/nexus3 Docker digest to 6f76093
2024-05-07 19:26:45 +00:00

11 lines
278 B
YAML

---
services:
nexus:
image: sonatype/nexus3@sha256:6f76093012851c9404265b66ea490df137d9dc274adce100421d3a33f901f1d5
container_name: nexus
restart: unless-stopped
ports:
- 8081:8081
- 8082:8082
volumes:
- /docker/appdata/nexus:/nexus-data