Skip to content

Commit 882bfb6

Browse files
committed
pin postgres
1 parent ac238aa commit 882bfb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ethereum-basic-event-handlers/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ services:
4141
volumes:
4242
- ipfs-data:/data/ipfs
4343
postgres:
44-
image: postgres
44+
image: postgres:17
4545
ports:
4646
- '5432:5432'
47-
command: ['postgres', '-cshared_preload_libraries=pg_stat_statements']
47+
command: ['postgres', '-c', 'shared_preload_libraries=pg_stat_statements']
4848
environment:
4949
POSTGRES_USER: graph-node
5050
POSTGRES_PASSWORD: let-me-in

0 commit comments

Comments
 (0)