We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac238aa commit 882bfb6Copy full SHA for 882bfb6
examples/ethereum-basic-event-handlers/docker-compose.yml
@@ -41,10 +41,10 @@ services:
41
volumes:
42
- ipfs-data:/data/ipfs
43
postgres:
44
- image: postgres
+ image: postgres:17
45
ports:
46
- '5432:5432'
47
- command: ['postgres', '-cshared_preload_libraries=pg_stat_statements']
+ command: ['postgres', '-c', 'shared_preload_libraries=pg_stat_statements']
48
environment:
49
POSTGRES_USER: graph-node
50
POSTGRES_PASSWORD: let-me-in
0 commit comments