11 lines
235 B
YAML
11 lines
235 B
YAML
|
#docker build -t nexus-image .
|
||
|
|
||
|
services:
|
||
|
nexus-prover:
|
||
|
image: nexus-image
|
||
|
container_name: nexus-prover
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- /root/prover-id:/root/.nexus/prover-id
|
||
|
logging:
|
||
|
driver: "none"
|