diff --git a/zkevm.yml b/zkevm.yml index 0c6adcbd..be3376a9 100644 --- a/zkevm.yml +++ b/zkevm.yml @@ -71,7 +71,7 @@ services: zkevm-state-db: restart: unless-stopped - image: postgres + image: postgres:15.4 healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] interval: 10s @@ -98,7 +98,7 @@ services: zkevm-pool-db: restart: unless-stopped - image: postgres + image: postgres:15.4 healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] interval: 10s @@ -121,7 +121,7 @@ services: zkevm-log-db: restart: unless-stopped - image: postgres + image: postgres:15.4 healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] interval: 10s