mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add docker workflow
This commit is contained in:
parent
2cd180d156
commit
dd606e5e07
5 changed files with 182 additions and 0 deletions
9
docker/control.template
Normal file
9
docker/control.template
Normal file
|
@ -0,0 +1,9 @@
|
|||
"control" : [
|
||||
{ "id" : SERVER-ID,
|
||||
"port" : CONSOLE-PORT,
|
||||
"allowed" : [
|
||||
{ "id" : CLIENT-ID,
|
||||
"permissions" : 15
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue