api_yearlist_for_bug_image_reg
This commit is contained in:
@@ -5,6 +5,7 @@ services:
|
||||
dockerfile: Dockerfile-dev
|
||||
image: kamco-changedetection-api:${IMAGE_TAG:-latest}
|
||||
container_name: kamco-changedetection-api
|
||||
user: "1000:1000"
|
||||
ports:
|
||||
- "7100:8080"
|
||||
environment:
|
||||
|
||||
@@ -16,7 +16,7 @@ public class FileConfig {
|
||||
// private String tmpSyncDir = rootSyncDir + "tmp\\";
|
||||
|
||||
private String rootSyncDir = "/app/original-images/";
|
||||
private String tmpSyncDir = rootSyncDir + "tmp/";
|
||||
private String tmpSyncDir = "/api/tmp/";
|
||||
|
||||
private String syncFileExt = "tfw,tif";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user