Skip to content

Commit 032fc39

Browse files
authored
Revise README for Docker Compose V2 updates
Updated README to reflect changes for Docker Compose V2 and removed outdated V1 instructions.
1 parent 518a6e1 commit 032fc39

1 file changed

Lines changed: 6 additions & 19 deletions

File tree

README.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,7 @@ Community Edition: [demo.defectdojo.org](https://demo.defectdojo.org)
3737
Either demo enviornment can be logged into with username `admin` and password `1Defectdojo@demo#appsec`. Please note that the demos are publicly accessible
3838
and reset every day. Do not put sensitive data in the demo. An easy way to test DefectDojo is to upload some [sample scan reports](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans).
3939

40-
## Quick Start for Compose V2
41-
42-
From July 2023 Compose V1 [stopped receiving updates](https://docs.docker.com/compose/reference/).
43-
44-
Compose V2 integrates compose functions into the Docker platform, continuing to support most of the previous
45-
docker-compose features and flags. You can run Compose V2 by replacing the hyphen (-) with a space, using
46-
`docker compose` instead of `docker-compose`.
40+
## Quick Start for Docker Compose V2
4741

4842
```sh
4943
# Clone the project
@@ -65,18 +59,6 @@ docker compose up -d
6559
docker compose logs initializer | grep "Admin password:"
6660
```
6761

68-
## For Docker Compose V1
69-
70-
You can run Compose V1 by calling `docker-compose` (by adding the hyphen (-) between `docker compose`).
71-
72-
Following commands are using original version so you might need to adjust them:
73-
```sh
74-
docker/docker-compose-check.sh
75-
docker/entrypoint-initializer.sh
76-
docker/setEnv.sh
77-
```
78-
79-
Navigate to `http://localhost:8080` to see your new instance!
8062

8163
## Documentation
8264

@@ -148,6 +130,11 @@ Moderators can help you with pull requests or feedback on dev ideas:
148130
Aaron has been a long time contributor and user of DefectDojo. He did the second major UI overhaul and his
149131
contributions include automation enhancements, CI/CD engagements, increased metadata at the product level, and many
150132
more.
133+
* Jay Paz ([@jjpaz](https://github.com/grendel513)) – Jay was a DefectDojo
134+
maintainer for years. He performed Dojo's first UI overhaul, optomized code structure/features, and added numerous enhancements.
135+
* Charles Neill ([@ccneill](https://github.com/cneill)) – Charles served as a
136+
maintainer of DefectDojo for years and wrote some of Dojo's core functionality.
137+
151138

152139
## Security
153140

0 commit comments

Comments
 (0)