Skip to content

Commit

Permalink
Change from docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Aug 21, 2024
1 parent 3d3755e commit 12de1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-problems.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ for language in ${LANGUAGES}; do
if [[ "${language}" == "sql" ]]; then
FOLDERS="${FOLDERS}" \
USER="$(id -u):$(id -g)" \
docker-compose \
docker compose \
-f .docker/sql-docker-compose.yml \
up \
--build \
Expand Down

0 comments on commit 12de1c1

Please sign in to comment.