forked from LaconicNetwork/kompose
Signed-off-by: ahmed.g <ahmed.g@adjoe.io> Signed-off-by: TessaIO <ahmedgrati1999@gmail.com>
13 lines
218 B
YAML
13 lines
218 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
nginx:
|
|
labels:
|
|
kompose.container.kompose.controller.port.expose: true
|
|
ports:
|
|
- target: 80
|
|
published: 80
|
|
protocol: tcp
|
|
mode: host
|
|
image: nginx
|