From c23d26d403f8fcf1cafe2b3efc1fd770d98aa526 Mon Sep 17 00:00:00 2001 From: James Guthrie Date: Wed, 29 Nov 2023 13:47:16 +0100 Subject: [PATCH] Fix broken docs build (#2857) --- self-hosted/install/installation-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self-hosted/install/installation-docker.md b/self-hosted/install/installation-docker.md index 9b8d2a3e82..468214cc17 100644 --- a/self-hosted/install/installation-docker.md +++ b/self-hosted/install/installation-docker.md @@ -121,8 +121,8 @@ make sure you select the correct one to mount: |-|-| `timescaledb-ha`|`/home/postgres/pgdata/data` `timescaledb`| `/var/lib/postgresql/data` - + ```bash docker run -d --name timescaledb -p 5432:5432 \