fix postgres

This commit is contained in:
Administrator 2024-02-04 01:35:06 +03:00
parent 7cc32dd7c9
commit 1e3cd830d3
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ services:
order: start-first
postgres:
image: postgres:14-alpine
image: postgres:14-alpine3.19
volumes:
- /sprint-data/postgres-data:/var/lib/postgresql/data
environment:

View File

@ -21,7 +21,7 @@ services:
order: start-first
postgres:
image: postgres:14-alpine
image: postgres:14-alpine3.19
volumes:
- /sprint-data/postgres-data:/var/lib/postgresql/data
environment: