mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Fix typo in Wasm compose example's runtime value (#16031)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user