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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user