fix postgres
This commit is contained in:
parent
7cc32dd7c9
commit
1e3cd830d3
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user