Use the correct platform to be compatible with Docker Desktop 4.15
Signed-off-by: Michael Yuan <michael@secondstate.io>
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
|
||||
backend:
|
||||
image: demo-microservice
|
||||
platform: wasi/wasm
|
||||
platform: wasi/wasm32
|
||||
build:
|
||||
context: backend/
|
||||
ports:
|
||||
|
@@ -8,7 +8,7 @@ services:
|
||||
|
||||
backend:
|
||||
image: demo-microservice
|
||||
platform: wasi/wasm
|
||||
platform: wasi/wasm32
|
||||
build:
|
||||
context: backend/
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user