From 73dc350ac1be89ce368b4316fd2322467790216b Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Mon, 2 Oct 2023 16:22:06 -0700 Subject: [PATCH] update docker instructions --- docker/DOCKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/DOCKER.md b/docker/DOCKER.md index a3592c6..29c5012 100644 --- a/docker/DOCKER.md +++ b/docker/DOCKER.md @@ -18,7 +18,7 @@ be located anywhere (RDS, remote, local host machine). Failure to use a valid DB vector-admin will result in a build failure. - `DATABASE_CONNECTION_STRING` should be a valid connection string. On boot the `vdbms` database will be created for the connection string. -**If running the containerized Postgres DB** +**If running the included containerized Postgres DB** Run this command first: `docker-compose up -d --build postgres` **Boot up vector-admin**