You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,12 @@ know more about crAPI, please check [crAPI's overview][overview].
10
10
11
11
## QuickStart Guide
12
12
13
-
### Docker
13
+
### Docker and docker-compose
14
14
15
-
You'll need to have Docker installed and running on your host system.
15
+
You'll need to have Docker and docker-compose installed and running on your host system. Also, the version of docker-compose should be `1.27.0` or above. Check your docker-compose version using:
16
+
```
17
+
docker-compose version
18
+
```
16
19
17
20
#### Using prebuilt images
18
21
You can use prebuilt images generated by our CI workflow.
@@ -25,7 +28,7 @@ You can use prebuilt images generated by our CI workflow.
## Troubleshooting guide for general issues while installing and running crAPI
114
+
If you need any help with installing and running crAPI you can check out this guide: [Troubleshooting guide crAPI](https://github.com/OWASP/crAPI/blob/main/docs/troubleshooting.md). If this doesn't solve your problem, please create an issue in Github Issues.
0 commit comments