Change exposed port to 6969 to avoid Dokploy conflicts

- Update docker-compose.yml port mapping from 3000:3000 to 6969:3000
- Internal container port remains 3000 for Traefik compatibility

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Max
2026-01-26 12:53:27 +07:00
parent b6a566db6e
commit d9c090db45

View File

@@ -6,7 +6,7 @@ services:
container_name: brachnha-insights container_name: brachnha-insights
restart: unless-stopped restart: unless-stopped
ports: ports:
- "3000:3000" - "6969:3000"
environment: environment:
- NODE_ENV=production - NODE_ENV=production
networks: networks: