mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-13 23:38:38 +02:00
GCR hello app
This commit is contained in:
8
examples/hello-app/docker-compose.yaml
Normal file
8
examples/hello-app/docker-compose.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
version: '3'
|
||||
services:
|
||||
web:
|
||||
image: gcr.io/google-samples/hello-app:1.0
|
||||
ports:
|
||||
- "${HOST_PORT:-8080}:8080"
|
||||
|
Reference in New Issue
Block a user