File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ services:
4040 - published : 8080
4141 target : 8080
4242 volumes :
43- # - my-ingest-folder:/merritt-filesys/ingest/queue
44- - my-ingest-folder:/tdr/ingest/queue
43+ - my-ingest-folder:/merritt-filesys/ingest/queue
4544 restart : unless-stopped
4645 stdin_open : true
4746 tty : true
@@ -61,8 +60,7 @@ services:
6160 - published : 8081
6261 target : 8080
6362 volumes :
64- # - my-ingest-folder:/merritt-filesys/ingest/queue
65- - my-ingest-folder:/tdr/ingest/queue
63+ - my-ingest-folder:/merritt-filesys/ingest/queue
6664 environment :
6765 SSM_SKIP_RESOLUTION : Y
6866 NODE_TABLE : nodes-pairtree-docker
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222 MERRITT_STORE_INFO : store-info-dev-docker
2323 ingest :
2424 volumes :
25- - ./ingest/profiles-dev/:/tdr /ingest/profiles/
25+ ./ingest/profiles-dev/:/merritt-filesys /ingest/profiles/
2626 # The following setting will connect to the DEV database
2727 # But, the contents of the cloud nodes will not be compatible with this stack
2828 audit :
You can’t perform that action at this time.
0 commit comments