From e2c3e1a1c59fdc985b2e79da3080990627f0456a Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 17 Jul 2024 09:06:36 +1000 Subject: [PATCH] Removed SCMN related changes to dc.sh. --- dc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dc.sh b/dc.sh index d3c0c9c..d16900c 100755 --- a/dc.sh +++ b/dc.sh @@ -12,4 +12,4 @@ if [ "$RUN_MODE" != test ]; then fi fi -exec docker-compose --profile wombat --profile ubidots --profile frred -p $RUN_MODE -f ../docker-compose.yml -f ./$RUN_MODE.yml $* +exec docker compose --profile wombat --profile ubidots --profile pollers -p $RUN_MODE -f ../docker-compose.yml -f ./$RUN_MODE.yml $*