kompose/script/test/fixtures/host-port-protocol/docker-compose.yaml
AhmedGrati 9ab4ef3a9c
Feat: Add hostPort and protocol to containers (#1558)
* feat: add the host port to containers

* test(unit): add unit tests for host port and protocol

* test(functional): add functional tests of host port and protocol

* test(functional): add functional tests of host port and protocol for openshift
2023-02-08 15:46:13 -05:00

11 lines
145 B
YAML

version: "3.3"
services:
nginx:
ports:
- target: 80
published: 80
protocol: tcp
mode: host
image: nginx