mirror of
https://github.com/AskDavis/cyphernode.git
synced 2026-01-01 04:25:58 -08:00
14 lines
225 B
Markdown
14 lines
225 B
Markdown
# Cyphernode CRON container
|
|
|
|
## Configure your container by modifying `env.properties` file
|
|
|
|
```properties
|
|
PROXY_URL=cyphernode:8888/executecallbacks
|
|
```
|
|
|
|
## Building docker image
|
|
|
|
```shell
|
|
docker build -t proxycronimg .
|
|
```
|