Skip to content

Commit 8d8ca28

Browse files
Update Makefile
1 parent c4583da commit 8d8ca28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ stop-mongo:
201201

202202
start-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

206206
stop-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

210210
init-rml-mapper:
211211
@ echo -e "RMLMapper folder initialisation!"

0 commit comments

Comments
 (0)