Update PostgreSQL 15 to 16
This commit is contained in:
parent
da357f01ff
commit
7579902629
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
timescaledb:
|
timescaledb:
|
||||||
image: timescale/timescaledb:latest-pg15
|
image: timescale/timescaledb:latest-pg16
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: ${PG_USER}
|
POSTGRES_USER: ${PG_USER}
|
||||||
POSTGRES_PASSWORD: ${PG_PASSWORD}
|
POSTGRES_PASSWORD: ${PG_PASSWORD}
|
||||||
|
|
Loading…
Reference in a new issue