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 f323b5b809
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 7s
⬆️ Update docker.mafyuh.xyz/sonatype/nexus3 Docker tag to v3.70.1
2024-07-18 04:49:12 +00:00

11 lines
338 B
YAML

---
services:
nexus:
image: docker.mafyuh.xyz/sonatype/nexus3:3.70.1
container_name: nexus
restart: unless-stopped
ports:
- 8081:8081
- 8082:8082
volumes:
- /docker/appdata/nexus:/nexus-data ## To get to work run: sudo chown -R 200 /docker/appdata/nexus/ | cat /docker/appdata/nexus/admin.password