File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ stop-mongo:
201201
202202start-metabase : build-externals
203203 @ echo -e " $( BUILD_PRINT) Starting the Metabase services $( END_BUILD_PRINT) "
204- @ docker-compose -p ${ENVIRONMENT} --file ./infra/metabase/docker-compose.yml --env-file ${ENV_FILE} up -d
204+ @ docker-compose -p metabase- ${ENVIRONMENT} --file ./infra/metabase/docker-compose.yml --env-file ${ENV_FILE} up -d
205205
206206stop-metabase :
207207 @ echo -e " $( BUILD_PRINT) Stopping the Metabase services $( END_BUILD_PRINT) "
208- @ docker-compose -p ${ENVIRONMENT} --file ./infra/metabase/docker-compose.yml --env-file ${ENV_FILE} down
208+ @ docker-compose -p metabase- ${ENVIRONMENT} --file ./infra/metabase/docker-compose.yml --env-file ${ENV_FILE} down
209209
210210init-rml-mapper :
211211 @ echo -e " RMLMapper folder initialisation!"
You can’t perform that action at this time.
0 commit comments