Fixing docker-compose port with scale (#667)
(cherry picked from commit 5b2a0cc73d)
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
6 lines
81 B
YAML
6 lines
81 B
YAML
|
|
simple:
|
|
image: busybox:latest
|
|
command: /bin/sleep 300
|
|
ports:
|
|
- '3000'
|