diff --git a/docker-compose.yml b/docker-compose.yml index 89ec0ad..dfc9cc9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -101,7 +101,7 @@ services: postgres: # This service is used when the Waku node has the 'store' protocol enabled # and the store-message-db-url is set to use Postgres - image: postgres:alpine3.18 + image: postgres:15.4-alpine3.18 restart: on-failure environment: <<: *pg_env