From 87cb085c3ab7242ae957334d8d4fb22cd6d60e87 Mon Sep 17 00:00:00 2001 From: ben-2357 <123012900+ben-2357@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:44:13 -0600 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2bd168b..79a2da7 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,13 @@ Modify the `docker-compose.yaml` file by uncommenting the `caddy` container sect ### Run the project +> [!IMPORTANT] +> If you have configured external access, utilize the following commands: +> ```sh +>cd deployment/docker +>docker-compose -f docker-compose.yaml -f docker-compose-caddy.yaml up -d +>``` + Open a terminal in the project directory and run the command: ```sh