Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]>
  • Loading branch information
chris-crone committed Dec 13, 2022
commit e4cf34f777eee3458ac708af4715c6cb0c5a64cb
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- ./client:/usr/share/nginx/html
server:
image: demo-microservice
platform: wasi/wasm32
platform: wasi/wasm
build:
context: .
ports:
Expand Down