kompose/script/test/fixtures/label-port/docker-compose.yml
Suraj Narwade 209cda28d2 Failing when port is specified with labels
Resolves #522
Kompose will give FATAL error if labels are given but ports are not defined
2017-06-15 09:30:01 +05:30

7 lines
122 B
YAML

version: "2"
services:
webapiapplication:
image: webapiapplication
labels:
kompose.service.type: NodePort