diff --git a/docker/compose.with-database.yml b/docker/compose.with-database.yml index 67ac052..f4e1b53 100644 --- a/docker/compose.with-database.yml +++ b/docker/compose.with-database.yml @@ -1,7 +1,7 @@ version: '3.8' services: timescaledb: - image: timescale/timescaledb:latest-pg15 + image: timescale/timescaledb:latest-pg16 environment: POSTGRES_USER: ${PG_USER} POSTGRES_PASSWORD: ${PG_PASSWORD}