heat-templates/hot/software-config/example-templates/config-scripts/example-docker-compose.yml

7 lines
149 B
YAML

busybox:
env_file: ./busybox.env
image: busybox
command: ['nc', '-p', '8080', '-l', '-l', '-e', 'echo', 'hello world!']
ports:
- 8080:8080