iac/docker/nexus/docker-compose.yml
Renovate Bot b0fa10fcdf
Some checks failed
Lint on PR / Lint YAML files (pull_request) Successful in 10s
Deploy to Hosts / deploy (pull_request) Has been cancelled
⬆️ Update docker.mafyuh.xyz/sonatype/nexus3 Docker tag to v3.70.1
2024-07-20 15:34:51 +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