compose/tests/fixtures/ports-composefile/docker-compose.yml
funkyfuture 4c5a80f253 Change port in ports-composefile to 49152
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>
2015-03-17 00:21:29 +01:00

7 lines
100 B
YAML

simple:
image: busybox:latest
command: /bin/sleep 300
ports:
- '3000'
- '49152:3001'