File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/v3/guidelines/nodes/running-nodes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ Variable **IGNORE_MINIMAL_REQS=true** turns off requirements verification of CPU
34
34
## Run MyTonCtrl v2 using official docker image:
35
35
* Pull the image and run the node with MyTonCtrl
36
36
``` bash
37
- docker run -d --name ton-node -v < YOUR_LOCAL_FOLDER> :/var/ton-work -it ghcr.io/ton-community /ton-docker-ctrl:latest
37
+ docker run -d --name ton-node -v < YOUR_LOCAL_FOLDER> :/var/ton-work -it ghcr.io/ton-blockchain /ton-docker-ctrl:latest
38
38
39
39
40
40
# # Install and start MyTonCtrl from sources:
41
41
42
42
1. Clone the last version of the repository
43
43
` ` ` bash
44
- git clone https://github.com/ton-community /ton-docker-ctrl.git
44
+ git clone https://github.com/ton-blockchain /ton-docker-ctrl.git
45
45
` ` `
46
46
2. Go to directory
47
47
` ` ` bash
@@ -70,7 +70,7 @@ docker run -d --name ton-node --restart always \
70
70
-v /usr/bin/ton:/usr/bin/ton \
71
71
-v /usr/src/ton:/usr/src/ton \
72
72
-v /home/< USER> /.local/share:/usr/local/bin \
73
- ghcr.io/ton-community /ton-docker-ctrl:latest
73
+ ghcr.io/ton-blockchain /ton-docker-ctrl:latest
74
74
` ` `
75
75
76
76
# # Variables setting:
You can’t perform that action at this time.
0 commit comments