Skip to content

Commit

Permalink
docs(node): fix node doc typo (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
afragapane authored Oct 24, 2019
1 parent eb786c8 commit a8f8616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neo-one-website/docs/3-node/1-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ docker run neoonesuite/node --telemetry.logging.level=trace
or through environment variables

```bash
docker run -e neo_one_node_telemetry__logging__level=trace neoonesuite/node
docker run -e neo-one_telemetry__logging__level=trace neoonesuite/node
```

Additionally you have the option of creating a `config` (no extension) file and mounting it directly to the container. By default the node will look for a config at `/etc/neo-one`.
Expand Down

0 comments on commit a8f8616

Please sign in to comment.