From e3d006ffe09159bee5b285519db35b610101b2fd Mon Sep 17 00:00:00 2001 From: chloehjung15 <73510449+chloehjung15@users.noreply.github.com> Date: Thu, 9 Feb 2023 15:58:59 +1300 Subject: [PATCH] Update DOCKER_INSTALL.md --- docs/DOCKER_INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/DOCKER_INSTALL.md b/docs/DOCKER_INSTALL.md index cd897af..576705a 100644 --- a/docs/DOCKER_INSTALL.md +++ b/docs/DOCKER_INSTALL.md @@ -15,6 +15,10 @@ set up the domain A record to point to the server set up the server hosting firewall to allow open access to https (port 443) only +### database setup + +copy the `.env.example` file to `.env` and change the database password + ### service bring-up and running ```