Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit 297bc6b

Browse files
committed
Adding Docker-compose to README
1 parent ae0a484 commit 297bc6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Demonstrating [Selenium standalone Chrome](https://github.com/SeleniumHQ/docker-
77
You got a [Spring Boot](https://projects.spring.io/spring-boot/) application. You want to
88
integration-test this application with [Selenium](http://www.seleniumhq.org/) using a real browser
99
like [Google Chrome](https://www.google.de/chrome/browser/desktop/index.html). You are using
10-
[Docker](https://www.docker.com/), but you **don't have an OperatingSystem-GUI available**.
10+
[Docker](https://www.docker.com/)([-compose](https://docs.docker.com/compose/)), but you
11+
**don't have an OperatingSystem-GUI available**.
1112

1213
## Demo setup
1314

@@ -20,7 +21,7 @@ The application is very simple, it serves */* as a "Hello World"-endpoint, see
2021

2122
**Required**
2223
- [Maven](https://maven.apache.org/)
23-
- [Docker](https://www.docker.com/)
24+
- [Docker](https://www.docker.com/), including [Docker-compose](https://docs.docker.com/compose/)
2425

2526
```bash
2627
selenium-standalone-chrome-spring-boot-demo $ mvn verify

0 commit comments

Comments
 (0)