mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
Change wasi/wasm32 to wasi/wasm to conform with the latest spec
Signed-off-by: Michael Yuan <michael@secondstate.io>
This commit is contained in:
parent
bbe1a6d1d1
commit
574e9807c6
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
|
||||
backend:
|
||||
image: demo-microservice
|
||||
platform: wasi/wasm32
|
||||
platform: wasi/wasm
|
||||
build:
|
||||
context: backend/
|
||||
ports:
|
||||
|
|
|
@ -8,7 +8,7 @@ services:
|
|||
|
||||
backend:
|
||||
image: demo-microservice
|
||||
platform: wasi/wasm32
|
||||
platform: wasi/wasm
|
||||
build:
|
||||
context: backend/
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue