forked from cerc-io/stack-orchestrator
8 lines
188 B
YAML
8 lines
188 B
YAML
version: "3.2"
|
|
services:
|
|
laconicd:
|
|
restart: unless-stopped
|
|
image: cerc/laconicd:local
|
|
volume:
|
|
- ./create-testingnet.sh:/laconicd-entrypoint-init.d/create-testingnet.sh
|