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 05dde71ef0
All checks were successful
continuous-integration/drone/pr Build is passing
⬆️ Update docker.mafyuh.xyz/sonatype/nexus3 Docker digest to d4c592b
2024-05-16 14:18:58 +00:00

11 lines
296 B
YAML

---
services:
nexus:
image: docker.mafyuh.xyz/sonatype/nexus3@sha256:d4c592b2c1ca48273163e3e29e6272bb4607c3b0c5c199e23d170322b65dfe70
container_name: nexus
restart: unless-stopped
ports:
- 8081:8081
- 8082:8082
volumes:
- /docker/appdata/nexus:/nexus-data