fix(image-lab): volume mount을 video-lab과 동일한 ${RUNTIME_PATH}/data/image로 통일
This commit is contained in:
@@ -125,7 +125,7 @@ services:
|
||||
- IMAGE_DATA_DIR=/app/data
|
||||
- CORS_ALLOW_ORIGINS=http://localhost:3007,http://localhost:8080
|
||||
volumes:
|
||||
- ${RUNTIME_PATH}/image-data:/app/data
|
||||
- ${RUNTIME_PATH}/data/image:/app/data
|
||||
depends_on:
|
||||
- redis
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user