From 595b8af207176b8fe3b8ee7c108a19cad63e3ea1 Mon Sep 17 00:00:00 2001 From: Gabriel Kheisa <63294471+gabrielkheisa@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:03:19 +0700 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index effd9bd..5454b8d 100755 --- a/README.md +++ b/README.md @@ -4,16 +4,8 @@ This repository contains a previous docker-compose.yml file and copy this configuration: ```yml # ./docker-compose.yml @@ -50,11 +42,20 @@ services: volumes: db_data: {} ``` -### 3. Run the Docker container +### 2. Run the Docker container Run the container using Docker Compose: ```bash docker-compose up -d ``` + +### 3. Clone the Repository +Clone this repository to your local machine: + +```bash +git clone https://repo.gabrielkheisa.xyz/gabrielkheisa/meme-generator-nodejs.git +cd meme-generator-nodejs +``` + ### 4. Bash into the Container Access the container's terminal/bash, look for it using "docker ps": ```bash @@ -191,4 +192,4 @@ Navigate to http://localhost:3000 or the configured endpoint in your browser to ### Additional Notes: - Modify configurations in docker-compose.yml for custom setups. -- Ensure proper permissions and access rights when running docker commands. \ No newline at end of file +- Ensure proper permissions and access rights when running docker commands.