This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
You've already forked compose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bf8e501b5e
compose
/
tests
/
fixtures
/
ports-composefile
/
docker-compose.yml
9 lines
119 B
YAML
Raw
Normal View
History
Unescape
Escape
Add a new fig command for retrieving the locally bound port of a service. Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2014-08-08 18:41:52 +02:00
simple
:
image
:
busybox:latest
Use 'top' instead of 'sleep' as a dummy command Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-05-21 17:19:15 +02:00
command
:
top
Add a new fig command for retrieving the locally bound port of a service. Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2014-08-08 18:41:52 +02:00
ports
:
-
'3000'
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
-
'49152:3001'
rebasing port range changes Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
2015-07-06 18:15:50 +02:00
-
'49153-49154:3002-3003'