From e2d126da30259325e114f8763d23bd7e77fa1ac5 Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 10 May 2022 20:35:09 -0300 Subject: [PATCH 1/2] Update README.md add default credentials --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f343fd6f..4205b6cc 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,13 @@ development, database frequently wiped). Clone the repo and run the following from the root of the repo: ```bash -$ docker-compose -d up +git clone https://github.com/mCaptcha/mCaptcha.git +docker-compose -d up ``` +after the container is up login in [http://localhost:7000](http://localhost:7000) with the default credentials user: aaronsw password: password + + It takes a while to build the image so please be patient :) See [DEPLOYMENT.md](./docs/DEPLOYMET.md) detailed alternate deployment From 76230eed9e73f2bcffe0184b5af0ac4aaec83ee7 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Wed, 11 May 2022 06:28:06 +0000 Subject: [PATCH 2/2] Update README.md Formatting default credentials --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4205b6cc..28b7d72e 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,10 @@ git clone https://github.com/mCaptcha/mCaptcha.git docker-compose -d up ``` -after the container is up login in [http://localhost:7000](http://localhost:7000) with the default credentials user: aaronsw password: password +After the containers are up, visit [http://localhost:7000](http://localhost:7000) and login with the default credentials: + +- username: aaronsw +- password: password It takes a while to build the image so please be patient :)