Skip to content

Commit

Permalink
fixup! feat(cli): expose graphql endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Jan 30, 2025
1 parent 5419718 commit 71e06b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/src/node/docker-compose-graphql.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
graphql_database_creator:
image: postgres:15-alpine
image: postgres:16-alpine
command: ["createdb", "graphql"]
depends_on:
database:
Expand Down

0 comments on commit 71e06b3

Please sign in to comment.