install.fairie/home/dot_config/docker/TODO/sonatype.docker-stack.yml.tmpl
2023-12-24 22:36:54 +00:00

13 lines
165 B
Cheetah

---
version: "3"
services:
nexus:
image: sonatype/nexus3
volumes:
- "nexus-data:/nexus-data"
ports:
- "8081:8081"
volumes:
nexus-data: