From 902a906a2a3087331b3846f7f3080ba18db59ef3 Mon Sep 17 00:00:00 2001 From: Till Tomczak <96786986+tilltmk@users.noreply.github.com> Date: Thu, 25 Apr 2024 23:46:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0493f9..7c45a06 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains one of the rare Docker setups for OpenCATS that works. Installation: -1. Clone this repository to your local system: ```git clone https://github.com/tilltmk/opencats opencats && cd opencats``` +1. Clone this repository to your local system: ```git clone https://github.com/tilltmk/opencats-docker opencats && cd opencats-docker``` 2. Open the file docker-compose.yml and update the environment variables under opencats-db and phpmyadmin with your own values. 3. Start the Docker containers with the command: ```docker-compose up -d ``` 4. Open a web browser and go to http://localhost:4000 to access the OpenCATS application.