add echo example

This commit is contained in:
Muayyad alsadi
2022-03-18 23:00:21 +03:00
parent 4064c84521
commit 2cacf9cfb5
2 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
version: '3'
services:
web:
image: k8s.gcr.io/echoserver:1.4
ports:
- "${HOST_PORT:-8080}:8080"