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
296 B
YAML

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