Skip to content

Commit 74afefc

Browse files
committed
fix: update example docker-compose Docker image
1 parent af279d9 commit 74afefc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql-jpa-query-example-simple/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: "3.2"
22
services:
3-
gpaphql-jpa-query-example:
3+
gpaphql-jpa-query-example-simple:
44
volumes:
55
- "/var/run/docker.sock:/var/run/docker.sock"
66
ports:
77
- 8080:8080
8-
image: introproventures/graphql-jpa-query-example:latest
8+
image: introproventures/graphql-jpa-query-example-simple:latest
99
networks:
1010
- application
1111
networks:

0 commit comments

Comments
 (0)