Update postgres
This commit is contained in:
parent
c7ea081db8
commit
ea1a4a130a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
[services.postgres]
|
||||
container_name = "postgres"
|
||||
image = "postgres:13"
|
||||
image = "postgres:14"
|
||||
environment = ["TZ=Europe/Helsinki", "POSTGRES_PASSWORD=12345"]
|
||||
ports = ["5432:5432"]
|
||||
networks = ["postgres"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue