Skip to content

Commit 336fb30

Browse files
committed
Migrates docker compose cmd in up to compose V2.
Signed-off-by: merobi-hub <merobi@gmail.com>
1 parent 75da43c commit 336fb30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/up.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ if [[ "${NO_VOLUMES}" = "false" ]]; then
142142
fi
143143

144144
# Run docker compose cmd with overrides
145-
DOCKER_SCAN_SUGGEST=false API_PORT=${API_PORT} API_ADMIN_PORT=${API_ADMIN_PORT} WEB_PORT=${WEB_PORT} TAG=${TAG} \
146-
docker-compose --log-level ERROR $compose_files up $ARGS
145+
DOCKER_SCAN_SUGGEST="false" API_PORT=${API_PORT} API_ADMIN_PORT=${API_ADMIN_PORT} WEB_PORT=${WEB_PORT} TAG=${TAG} \
146+
docker --log-level ERROR compose $compose_files up $ARGS

0 commit comments

Comments
 (0)