Skip to content

Commit

Permalink
chore: change docker compose service
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Feb 25, 2025
1 parent 3c3df26 commit db4ca3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ruff:
lint: ruff

postgres:
docker-compose up -d
docker compose up -d
until psql postgres://postgres@localhost:5435/example -c 'select 1'; do sleep 2; done

test: postgres
Expand Down

0 comments on commit db4ca3f

Please sign in to comment.