изменена версия postgre с latest на 9.4

This commit is contained in:
StepanDemin 2025-05-05 05:19:25 +00:00
parent d4cbeb0015
commit fbc056c1b6

View File

@ -32,7 +32,7 @@ services:
psql:
container_name: psql-${BRANCH}
image: postgres:latest
image: postgres:9.4
restart: unless-stopped
environment:
POSTGRES_USER: "admin"