mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-14 13:08:27 +03:00
fix: docker-compose -d up -> docker-compose up -d
This commit is contained in:
parent
22b312b8c5
commit
31978a83f2
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ Clone the repo and run the following from the root of the repo:
|
|||
|
||||
```bash
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue