2024-07-12 23:57:29 -04:00
|
|
|
---
|
|
|
|
services:
|
|
|
|
nexus:
|
2024-07-20 11:44:50 -04:00
|
|
|
image: docker.mafyuh.xyz/sonatype/nexus3:3.70.1
|
2024-07-12 23:57:29 -04:00
|
|
|
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
|