feat: bind CodiMD to all network interfaces (0.0.0.0)

Change port binding from 127.0.0.1 to 0.0.0.0 to allow external access.

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 15:15:43 +08:00
parent 05f853d270
commit 8af2f6f3b9

View File

@@ -44,7 +44,7 @@ services:
database:
condition: service_healthy
ports:
- "127.0.0.1:3000:3000"
- "0.0.0.0:3000:3000"
volumes:
- ./upload-data:/home/hackmd/app/public/uploads
restart: always