Update postgres

This commit is contained in:
Marko Korhonen 2022-03-11 18:13:34 +02:00
parent 4e5aebdcef
commit 9c450abd00

View file

@ -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"]