Skip to content

Commit e4cf34f

Browse files
committed
compose: Fix platform
The OCI has decided that we should use wasi/wasm instead of wasi/wasm32 See: opencontainers/image-spec#964 Signed-off-by: Chris Crone <[email protected]>
1 parent 07b55bd commit e4cf34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- ./client:/usr/share/nginx/html
88
server:
99
image: demo-microservice
10-
platform: wasi/wasm32
10+
platform: wasi/wasm
1111
build:
1212
context: .
1313
ports:

0 commit comments

Comments
 (0)