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

12 lines
304 B
YAML
Raw Normal View History

2024-04-18 17:38:02 -04:00
---
services:
nexus:
image: docker.mafyuh.xyz/sonatype/nexus3:3.69.0
2024-04-18 17:38:02 -04:00
container_name: nexus
2024-04-25 20:03:48 -04:00
restart: unless-stopped
2024-04-18 17:38:02 -04:00
ports:
- 8081:8081
- 8082:8082
volumes:
2024-06-08 23:17:12 -04:00
- /docker/appdata/nexus:/nexus-data ## Need to run sudo chown -R 200 /docker/appdata/nexus/ for this to work