From 5a89e5e260d4cd07d81f91144613199019274e0f Mon Sep 17 00:00:00 2001 From: Byeori Kim <146527709+byuly@users.noreply.github.com> Date: Sat, 7 Jun 2025 09:24:17 -0700 Subject: [PATCH] docs: update Docker setup documentation for creating .env files --- DOCKER_SETUP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCKER_SETUP.md b/DOCKER_SETUP.md index 6b7ee47..92fb1c3 100644 --- a/DOCKER_SETUP.md +++ b/DOCKER_SETUP.md @@ -53,8 +53,8 @@ Our setup uses two files: ## Setup 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_web/.env.example` to `surfsense_web/.env` and fill in the required values + - Run `cp surfsense_backend/.env.example surfsense_backend/.env` to create .env file, and fill in the required values + - Run `cp surfsense_web/.env.example surfsense_web/.env` to create .env file, fill in the required values - Optionally: Copy `.env.example` to `.env` in the project root to customize Docker settings 2. Deploy based on your needs: