mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
Update docker-compose.yml to bump postgresql to 16.3
This commit is contained in:
parent
c0bc917426
commit
c420ac3e5a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ services:
|
||||||
profiles:
|
profiles:
|
||||||
- mysql
|
- mysql
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16.1
|
image: postgres:16.3
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue