This shall lower the propability to interfere with another service (e.g. the WebUI of an application) that is running on the machine where tests are run. Signed-off-by: funkyfuture <funkyfuture@riseup.net>
7 lines
100 B
YAML
7 lines
100 B
YAML
|
|
simple:
|
|
image: busybox:latest
|
|
command: /bin/sleep 300
|
|
ports:
|
|
- '3000'
|
|
- '49152:3001'
|