서비스 포트 변경: 3001 -> 3000

This commit is contained in:
2026-06-11 11:33:48 +09:00
parent d82f39c2f6
commit 1f6da75907
7 changed files with 28 additions and 12 deletions
+2 -2
View File
@@ -96,7 +96,7 @@
| 플랫폼 | Synology NAS (DS920+, 20GB RAM) - Docker |
| DB (개발) | localhost MariaDB |
| 실행 방법 | `docker compose up` |
| 포트 | 3001 (기존 mouse-typing과 충돌 방지) |
| 포트 | 3000 |
### 5-2. 서비스 환경
@@ -114,7 +114,7 @@ services:
chocoadmin:
build: .
ports:
- "3001:3000"
- "3000:3000"
environment:
- NODE_ENV=development
- DB_HOST=host.docker.internal