Skip to content
Snippets Groups Projects
Commit dce3b242 authored by Vincent Texier's avatar Vincent Texier Committed by Éloïs
Browse files

Fix titles in docker.md

parent 99b1e6f3
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ When no parameters are given, `duniter` is called with the command `direct_webst ...@@ -59,7 +59,7 @@ When no parameters are given, `duniter` is called with the command `direct_webst
Note that you should not call duniter with daemon command (`webstart` or `start`) if you run docker with `-d` parameter, because the docker image will then immediately stop. Note that you should not call duniter with daemon command (`webstart` or `start`) if you run docker with `-d` parameter, because the docker image will then immediately stop.
## Environment variables ## Environment variables
To ease the deployment automation, three environment variables are available: To ease the deployment automation, three environment variables are available:
...@@ -94,8 +94,8 @@ To ease the deployment automation, three environment variables are available: ...@@ -94,8 +94,8 @@ To ease the deployment automation, three environment variables are available:
The synchronization won't be launched when the variable is not defined The synchronization won't be launched when the variable is not defined
or empty. or empty.
## Test develop version ## Test development version
To test develop version on G1-test network: To test development version on G1-test network:
docker run -d -p127.0.0.1:9330:9220 -p10900:10900 -p20900:20900 -v $HOME/duniter-docker-home:/var/lib/duniter --name registry.duniter.org nodes/typescript/duniter:dev sync g1-test.duniter.org docker run -d -p127.0.0.1:9330:9220 -p10900:10900 -p20900:20900 -v $HOME/duniter-docker-home:/var/lib/duniter --name registry.duniter.org nodes/typescript/duniter:dev sync g1-test.duniter.org
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment