Skip to content

Commit

Permalink
Migrates docker compose cmd in up to compose V2. (#2644)
Browse files Browse the repository at this point in the history
Signed-off-by: merobi-hub <merobi@gmail.com>
  • Loading branch information
merobi-hub authored Oct 12, 2023
1 parent 92badb2 commit bd82ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ if [[ "${NO_VOLUMES}" = "false" ]]; then
fi

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

0 comments on commit bd82ad1

Please sign in to comment.