Skip to content
Snippets Groups Projects
Commit 4e6908d8 authored by Éloïs's avatar Éloïs
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 3cc23d0c
No related branches found
No related tags found
1 merge request!67doc(user): improve "How to deploy a permanent rpc node"
......@@ -10,7 +10,7 @@
- In the same folder, create a `.env` file that defime environment variables `SERVER_DOMAIN` and `PEER_ID`:
```
SERVER_DOMAIN=YOUR_DOMAIN
PEER_ID=Your node peer id
PEER_ID=YOUR_PEER_ID
```
Your `PEER_ID` shoud be generated with this command: `docker run --rm -it --entrypoint duniter -v $PWD:/var/lib/duniter/ duniter/duniter-v2s:v0.1.0 key generate-node-key --file /var/lib/duniter/node.key`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment