diff --git a/dc.sh b/dc.sh index d16900c..d3c0c9c 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 pollers -p $RUN_MODE -f ../docker-compose.yml -f ./$RUN_MODE.yml $* +exec docker-compose --profile wombat --profile ubidots --profile frred -p $RUN_MODE -f ../docker-compose.yml -f ./$RUN_MODE.yml $*