mirror of
https://github.com/waku-org/go-waku-compose.git
synced 2025-02-22 08:58:06 +00:00
docker-compose.yml: hard-code PG version to be 15.4
This commit is contained in:
parent
48f3dcf060
commit
a80d52da1e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user