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
296 B
YAML
Raw Normal View History

2024-04-18 17:38:02 -04:00
---
services:
nexus:
2024-05-12 19:48:15 -04:00
image: docker.mafyuh.xyz/sonatype/nexus3@sha256:6f76093012851c9404265b66ea490df137d9dc274adce100421d3a33f901f1d5
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:
- /docker/appdata/nexus:/nexus-data