Skip to content
Snippets Groups Projects
Commit 31059568 authored by TONY TU's avatar TONY TU
Browse files

Fixed tabbing issue with volumes

parent 6d4d9f75
No related branches found
No related tags found
1 merge request!38Mac os update
......@@ -13,7 +13,7 @@ services:
INFORMATICA_PASSWORD: "${INFORMATICA_PASSWORD}"
JSON_LOG: "true"
#Delete volumes if you do not require it
volumes:
volumes:
- ${CONFIG_DIR}/odbc.ini:/home/agent/.odbc.ini
- ${CONFIG_DIR}/infaagent.ini:${APPS_DIR}/agentcore/conf/infaagent.ini
- ${ODBC_DATABASE_DIR}:/home/agent/databases
......@@ -29,4 +29,4 @@ volumes:
- ${LOG_DIR}/FileIntegrationService:${APPS_DIR}/FileIntegrationService/logs
- ${LOG_DIR}/MassIngestionRuntime:${APPS_DIR}/MassIngestionRuntime/logs
- ${LOG_DIR}/OpsInsightsDataCollector:${APPS_DIR}/OpsInsightsDataCollector/logs
- ${LOG_DIR}/process-engine:${APPS_DIR}/process-engine/logs
\ No newline at end of file
- ${LOG_DIR}/process-engine:${APPS_DIR}/process-engine/logs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment