We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527b5c3 commit 0be9c3fCopy full SHA for 0be9c3f
docker-compose.yaml
@@ -123,6 +123,10 @@ services:
123
build:
124
context: .
125
dockerfile: docker/proof-aggregator.Dockerfile
126
+ # Privileged so that it can run docker in docker (necessary for proving)
127
+ privileged: true
128
+ volumes:
129
+ - /var/run/docker.sock:/var/run/docker.sock
130
profiles:
131
- proof-aggregator
132
0 commit comments