Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 8370ee9

Browse files
committed
Added EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU option to zkevm-prover
1 parent 0ea4d6e commit 8370ee9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ services:
7777
ports:
7878
- '50061:50061' # MT
7979
- '50071:50071' # Executor
80+
environment:
81+
EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU: 1
8082
volumes:
8183
- ./data/zkevm/prover.json:/usr/src/app/config.json
8284
networks:

0 commit comments

Comments
 (0)