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 cc9ed74a3b
Some checks failed
continuous-integration/drone/pr Build is failing
⬆️ Update docker.mafyuh.xyz/sonatype/nexus3 Docker tag to v3.68.1
2024-05-27 21:50:28 +00:00

11 lines
231 B
YAML

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