mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
fix: docker-compose -d up -> docker-compose up -d
This commit is contained in:
@@ -104,7 +104,7 @@ Clone the repo and run the following from the root of the repo:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/mCaptcha/mCaptcha.git
|
git clone https://github.com/mCaptcha/mCaptcha.git
|
||||||
docker-compose -d up
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
After the containers are up, visit [http://localhost:7000](http://localhost:7000) and login with the default credentials:
|
After the containers are up, visit [http://localhost:7000](http://localhost:7000) and login with the default credentials:
|
||||||
|
|||||||
Reference in New Issue
Block a user