Update docker-compose port to 6100:3000

This commit is contained in:
achmad
2026-05-29 15:58:40 +07:00
parent b264c422d2
commit e01f3dc176
@@ -390,7 +390,7 @@ services:
app:
build: .
ports:
- "3000:3000"
- "6100:3000" # Host:6100 → Container:3000
volumes:
- ./data:/app/data # Persist SQLite DB
environment: