Skip to content

Commit a5d1278

Browse files
Update run-mytonctrl-docker.md (#935)
ton-community -> ton-blockchain
1 parent a68d4ee commit a5d1278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/v3/guidelines/nodes/running-nodes/run-mytonctrl-docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Variable **IGNORE_MINIMAL_REQS=true** turns off requirements verification of CPU
3434
## Run MyTonCtrl v2 using official docker image:
3535
* Pull the image and run the node with MyTonCtrl
3636
```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
3838

3939

4040
## Install and start MyTonCtrl from sources:
4141

4242
1. Clone the last version of the repository
4343
```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
4545
```
4646
2. Go to directory
4747
```bash
@@ -70,7 +70,7 @@ docker run -d --name ton-node --restart always \
7070
-v /usr/bin/ton:/usr/bin/ton \
7171
-v /usr/src/ton:/usr/src/ton \
7272
-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
7474
```
7575

7676
## Variables setting:

0 commit comments

Comments
 (0)