From 54bb330bb1c20a6d6913d3c9657622ac6daa0496 Mon Sep 17 00:00:00 2001 From: angel Date: Tue, 7 Jul 2026 11:31:37 -0400 Subject: [PATCH] Continuing to edit README instructions. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d28a0b7..f437996 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,8 @@ Getting started is designed to be as simple as possible. Just run the following 1. **Clone the repository:** ```bash git clone [https://github.com/yourusername/dockhand.git](https://github.com/yourusername/dockhand.git) - cd dockhand \ No newline at end of file + cd dockhand + +2. **Deploy the container using Docker Compose** + ```bash + docker compose up -d \ No newline at end of file