Renovate Bot
02b8b8b3d2
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 9s
11 lines
338 B
YAML
11 lines
338 B
YAML
---
|
|
services:
|
|
nexus:
|
|
image: docker.mafyuh.xyz/sonatype/nexus3:3.71.0
|
|
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
|