rewrite: docker-compose for WS heartbeat port only — drop 4200/3001 (#548)
Some checks failed
Deploy Nexus / deploy (push) Failing after 3s

This commit is contained in:
2026-03-26 16:43:49 +00:00
parent 3d384b9511
commit 5f9416e145

View File

@@ -6,5 +6,4 @@ services:
container_name: nexus container_name: nexus
restart: unless-stopped restart: unless-stopped
ports: ports:
- "4200:80" - "8765:8765"
- "3001:3001"