From 212fa6a3319552dd6a77519aef4685d441ab3c7c Mon Sep 17 00:00:00 2001 From: Charis <26616127+charislam@users.noreply.github.com> Date: Wed, 17 Aug 2022 10:08:00 -0400 Subject: [PATCH] Fix Docker tag (#1453) --- install/installation-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/installation-docker.md b/install/installation-docker.md index 5d546690d10d..35877ccef2eb 100644 --- a/install/installation-docker.md +++ b/install/installation-docker.md @@ -115,7 +115,7 @@ data volume using the `-v` flag. For example: ```bash docker run -d --name timescaledb -p 5432:5432 \ -v /your/data/dir:/var/lib/postgresql/data \ --e POSTGRES_PASSWORD=password timescale/timescaledb:pg14-latest +-e POSTGRES_PASSWORD=password timescale/timescaledb-ha:pg14-latest ``` When you install TimescaleDB using a Docker container, the PostgreSQL settings