Fix typo in Wasm compose example's runtime value (#16031)

This commit is contained in:
Michael Irwin
2022-10-31 04:44:07 -04:00
committed by GitHub
parent 4544982b55
commit 50c183e8b6

View File

@@ -62,7 +62,7 @@ services:
app:
image: michaelirwin244/wasm-example
platform: wasi/wasm32
runtime: io.container.wasmedge.v1
runtime: io.containerd.wasmedge.v1
ports:
- 8080:8080
```