Bugfix: nngm-compose.yml moved

This commit is contained in:
juarez 2023-08-15 15:21:12 +02:00
parent 27b03da345
commit 6b75dd63b3
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
function nngmSetup() { function nngmSetup() {
if [ -n "$NNGM_CTS_APIKEY" ]; then if [ -n "$NNGM_CTS_APIKEY" ]; then
log INFO "nNGM setup detected -- will start nNGM Connector." log INFO "nNGM setup detected -- will start nNGM Connector."
OVERRIDE+=" -f ./$PROJECT/nngm-compose.yml" OVERRIDE+=" -f ./$PROJECT/modules/nngm-compose.yml"
fi fi
} }