docs:tenant-storage 심볼릭 링크 수정 이력 추가

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
pro
2026-01-30 14:36:10 +09:00
parent 9cdcfa9d63
commit 79630c166a

View File

@@ -218,6 +218,26 @@ ### 8. SalesRoleSeeder 실행
---
### 9. tenant-storage 심볼릭 링크 수정
**문제**: 명함 이미지가 저장되었지만 브라우저에서 로드되지 않음
- 기존 심볼릭 링크가 잘못된 경로를 가리킴: `/var/www/api/storage/app/tenants` (존재하지 않음)
**작업 내용**:
```bash
cd /home/webservice/mng/public
rm tenant-storage
ln -s /home/webservice/shared-storage/tenants tenant-storage
```
**결과 확인**:
```bash
ls -la tenant-storage
# lrwxrwxrwx 1 pro develop 39 Jan 30 14:35 tenant-storage -> /home/webservice/shared-storage/tenants
```
---
## 참고: Docker vs 서버 경로 차이
| 항목 | Docker (로컬) | 서버 |