mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-17 00:51:19 +02:00
add echo example
This commit is contained in:
8
examples/echo/docker-compose.yaml
Normal file
8
examples/echo/docker-compose.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
version: '3'
|
||||
services:
|
||||
web:
|
||||
image: k8s.gcr.io/echoserver:1.4
|
||||
ports:
|
||||
- "${HOST_PORT:-8080}:8080"
|
||||
|
Reference in New Issue
Block a user