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 bca5e96d47
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
⬆️ Update docker.mafyuh.xyz/sonatype/nexus3 Docker tag to v3.69.0
2024-06-04 17:01:21 +00:00

11 lines
231 B
YAML

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