Skip to content

Commit

Permalink
Change: Update docker compose requirement to 1.29.0
Browse files Browse the repository at this point in the history
The `depends_on` `service_completed_successfully` config in the compose
file requires docker compose 1.29.0 actually.

See https://github.com/docker/compose/releases/tag/1.29.0 and
docker/compose#8154

Closes #230
  • Loading branch information
bjoernricks committed Dec 27, 2022
1 parent f9b2f39 commit 4d0e6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/container/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sudo dnf install -y docker-ce docker-ce-cli containerd.io

### Installing docker-compose

[docker-compose] version 1.27.0 or newer is required for starting and connecting
[docker-compose] version 1.29.0 or newer is required for starting and connecting
the services of the Greenbone Community Edition. The description of the service
orchestration is done by using [compose files](https://docs.docker.com/compose/compose-file/).
A compose file for the Greenbone Community Edition is provided later on.
Expand Down

0 comments on commit 4d0e6dd

Please sign in to comment.