From 2a765cbf7822c4e3592a77bc7cacd2b287d14b25 Mon Sep 17 00:00:00 2001 From: Rohan Verma <122026167+MODSetter@users.noreply.github.com> Date: Thu, 20 Mar 2025 18:55:56 -0700 Subject: [PATCH] Update DOCKER_SETUP.md --- DOCKER_SETUP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCKER_SETUP.md b/DOCKER_SETUP.md index 231d14b..884ec68 100644 --- a/DOCKER_SETUP.md +++ b/DOCKER_SETUP.md @@ -11,7 +11,7 @@ This document explains how to run the SurfSense project using Docker Compose. 1. Make sure you have all the necessary environment variables set up: - Copy `surfsense_backend/.env.example` to `surfsense_backend/.env` and fill in the required values - - Copy `surfsense_frontend/.env.example` to `surfsense_frontend/.env.local` if needed + - Copy `surfsense_frontend/.env.example` to `surfsense_frontend/.env.local` and fill in the required values 2. Build and start the containers: ```bash @@ -76,4 +76,4 @@ You can connect to it using any PostgreSQL client. - If you encounter permission errors, you may need to run the docker commands with `sudo`. - If ports are already in use, modify the port mappings in the `docker-compose.yml` file. - For backend dependency issues, you may need to modify the `Dockerfile` in the backend directory. -- For frontend dependency issues, you may need to modify the `Dockerfile` in the frontend directory. \ No newline at end of file +- For frontend dependency issues, you may need to modify the `Dockerfile` in the frontend directory.