Files
the-nexus-fork/docker-compose.yml

10 lines
133 B
YAML

version: "3.9"
services:
nexus:
build: .
container_name: nexus
restart: unless-stopped
ports:
- "8765:8765"