From ea00dc7e7beda82d267bac71a22ec8497f55ca3d Mon Sep 17 00:00:00 2001 From: Ward Truyen Date: Thu, 26 Sep 2024 21:47:02 +0200 Subject: [PATCH] chore: docker compose Sample backend fix --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index d3a3fdb..b33e265 100644 --- a/compose.yml +++ b/compose.yml @@ -64,7 +64,7 @@ services: samplefamback: build: sample-back - command: -Dspring.profiles.active=dev + command: -Dspring.profiles.active=sample container_name: samplefam-api restart: always depends_on: