kompose/script/test/fixtures/unused/v3/docker-compose-3.5.yaml
Hang Yan 6bd22ce565
Upgrade Ingress apiversion (#1436)
Signed-off-by: Hang Yan <hang.yan@hotmail.com>
2021-10-02 01:52:20 +08:00

18 lines
295 B
YAML

version: "3.5"
services:
helloworld:
image: tutum/hello-world
ports:
- 80:80
expose: # this may be mis-usage, only to test expose with ports.
- "3000"
- "80"
networks:
- helloworld-network
networks:
helloworld-network:
name: helloworld-network