kompose/script/test/fixtures/etherpad/docker-compose-no-image.yml
Suraj Deshmukh 9a4e953555 Functional Testing
Shell scripts to test k8s and os conversion
which can be ran by following command in root dir
`./script/test/cmd/tests.sh`
2016-08-08 04:39:10 +00:00

12 lines
102 B
YAML

version: "2"
services:
mariadb:
ports:
- 3306
etherpad:
ports:
- "80:9001"