fix: docker-compose -d up -> docker-compose up -d

This commit is contained in:
realaravinth
2022-07-20 14:45:25 +05:30
parent 22b312b8c5
commit 31978a83f2

View File

@@ -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: