mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
Update the docker compose files for the new Docker Desktop release
Signed-off-by: Michael Yuan <michael@secondstate.io>
This commit is contained in:
parent
8636184751
commit
a630fc5076
4 changed files with 4 additions and 8 deletions
|
@ -8,10 +8,9 @@ services:
|
|||
|
||||
backend:
|
||||
image: demo-microservice
|
||||
platform: wasi/wasm
|
||||
build:
|
||||
context: backend/
|
||||
platforms:
|
||||
- wasi/wasm32
|
||||
ports:
|
||||
- 8080:8080
|
||||
environment:
|
||||
|
|
|
@ -8,10 +8,9 @@ services:
|
|||
|
||||
backend:
|
||||
image: demo-microservice
|
||||
platform: wasi/wasm
|
||||
build:
|
||||
context: backend/
|
||||
platforms:
|
||||
- wasi/wasm32
|
||||
ports:
|
||||
- 8080:8080
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue