Skip to content

Commit

Permalink
Merge branch 'release/1.1.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushroshan committed May 27, 2022
2 parents 17b6501 + 5dc71ff commit e7ba321
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ You can use prebuilt images generated by our CI workflow.
```
curl -o docker-compose.yml https://raw.githubusercontent.com/OWASP/crAPI/main/deploy/docker/docker-compose.yml

docker-compose pull
docker-compose -f docker-compose.yml --compatibility up -d
```

Expand All @@ -32,6 +34,8 @@ You can use prebuilt images generated by our CI workflow.
```
curl.exe -o docker-compose.yml https://raw.githubusercontent.com/OWASP/crAPI/main/deploy/docker/docker-compose.yml

docker-compose pull
docker-compose -f docker-compose.yml --compatibility up -d
```

Expand All @@ -42,6 +46,8 @@ You can use prebuilt images generated by our CI workflow.
```
curl -o docker-compose.yml https://raw.githubusercontent.com/OWASP/crAPI/develop/deploy/docker/docker-compose.yml
VERSION=develop docker-compose pull
VERSION=develop docker-compose -f docker-compose.yml --compatibility up -d
```
Expand All @@ -50,6 +56,8 @@ You can use prebuilt images generated by our CI workflow.
```
curl.exe -o docker-compose.yml https://raw.githubusercontent.com/OWASP/crAPI/develop/deploy/docker/docker-compose.yml
setx VERSION develop && docker-compose pull
setx VERSION develop && docker-compose -f docker-compose.yml --compatibility up -d
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
1.1.2
8 changes: 8 additions & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ You can use prebuilt images generated by our CI workflow.
```
curl -o docker-compose.yml https://raw.githubusercontent.com/OWASP/crAPI/main/deploy/docker/docker-compose.yml
docker-compose pull
docker-compose -f docker-compose.yml --compatibility up -d
```
Expand All @@ -24,6 +26,8 @@ You can use prebuilt images generated by our CI workflow.
```
curl.exe -o docker-compose.yml https://raw.githubusercontent.com/OWASP/crAPI/main/deploy/docker/docker-compose.yml
docker-compose pull
docker-compose -f docker-compose.yml --compatibility up -d
```
Expand All @@ -34,6 +38,8 @@ You can use prebuilt images generated by our CI workflow.
```
curl -o docker-compose.yml https://raw.githubusercontent.com/OWASP/crAPI/develop/deploy/docker/docker-compose.yml
VERSION=develop docker-compose pull
VERSION=develop docker-compose -f docker-compose.yml --compatibility up -d
```
Expand All @@ -42,6 +48,8 @@ You can use prebuilt images generated by our CI workflow.
```
curl.exe -o docker-compose.yml https://raw.githubusercontent.com/OWASP/crAPI/develop/deploy/docker/docker-compose.yml
setx VERSION develop && docker-compose pull
setx VERSION develop && docker-compose -f docker-compose.yml --compatibility up -d
```
Expand Down
1 change: 0 additions & 1 deletion version.txt

This file was deleted.

0 comments on commit e7ba321

Please sign in to comment.