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:
|
database:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:3000:3000"
|
- "0.0.0.0:3000:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./upload-data:/home/hackmd/app/public/uploads
|
- ./upload-data:/home/hackmd/app/public/uploads
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user