diff --git a/docker-compose.yml b/docker-compose.yml index ee2d506..d1b444d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: - PGTZ=Europe/Berlin - POSTGRES_PASSWORD=postgres - TZ=Europe/Berlin - image: postgres:13-alpine + image: postgres:14-alpine ports: - 5432:5432 restart: always