Update README.md

This commit is contained in:
ben-2357
2024-03-04 21:44:13 -06:00
committed by GitHub
parent 88fc4987f3
commit 87cb085c3a

View File

@@ -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