mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add missing libatomic1 into TON docker image (#525)
* Update Dockerfile Add libatomic1 to docker image * Update Dockerfile Add ninja-build * Update Dockerfile Remove redundant binaries * Update README.md Remove old repo
This commit is contained in:
parent
b8941d1a55
commit
acd362a214
2 changed files with 5 additions and 4 deletions
|
@ -6,7 +6,7 @@ Dockerfile for The Open Network Node
|
|||
#### Create volume
|
||||
```docker volume create ton-db```
|
||||
#### Run
|
||||
```docker run -d --name ton-node --mount source=ton-db,target=/var/ton-work/db --network host -e "PUBLIC_IP=<YOUR_PUBLIC_IP>" -e "CONSOLE_PORT=<TCP-PORT1>" -e "LITESERVER=true" -e "LITE_PORT=<TCP-PORT2>" -it ghcr.io/newton-blockchain/ton```
|
||||
```docker run -d --name ton-node --mount source=ton-db,target=/var/ton-work/db --network host -e "PUBLIC_IP=<YOUR_PUBLIC_IP>" -e "CONSOLE_PORT=<TCP-PORT1>" -e "LITESERVER=true" -e "LITE_PORT=<TCP-PORT2>" -it ghcr.io/ton-blockchain/ton```
|
||||
|
||||
|
||||
If you don't need Liteserver, then remove -e "LITESERVER=true".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue