2026-03-24 01:30:28 +00:00
|
|
|
version: "3.9"
|
|
|
|
|
|
|
|
|
|
services:
|
2026-03-25 15:36:47 +00:00
|
|
|
nexus:
|
2026-03-24 01:30:28 +00:00
|
|
|
build: .
|
2026-03-25 15:36:47 +00:00
|
|
|
container_name: nexus
|
2026-03-24 01:30:28 +00:00
|
|
|
restart: unless-stopped
|
|
|
|
|
ports:
|
2026-03-26 16:43:49 +00:00
|
|
|
- "8765:8765"
|