mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-08 21:44:41 +02:00
add python demo example
This commit is contained in:
8
examples/hello-python/README.md
Normal file
8
examples/hello-python/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Simple Python Demo
|
||||
## A Redis counter
|
||||
|
||||
```
|
||||
podman-compose up -d
|
||||
curl localhost:8080/
|
||||
curl localhost:8080/hello.json
|
||||
```
|
Reference in New Issue
Block a user