mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
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:
parent
a630fc5076
commit
c7139fa6d4
4 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ services:
|
|||
- ./kafka:/app
|
||||
etl:
|
||||
image: etl-kafka
|
||||
platform: wasi/wasm
|
||||
platform: wasi/wasm32
|
||||
build:
|
||||
context: etl
|
||||
environment:
|
||||
|
|
|
@ -20,7 +20,7 @@ services:
|
|||
- ./kafka:/app
|
||||
etl:
|
||||
image: etl-kafka
|
||||
platform: wasi/wasm
|
||||
platform: wasi/wasm32
|
||||
build:
|
||||
context: etl
|
||||
environment:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue