1
0
Fork 0
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:
akme 2021-07-27 13:20:35 +03:00 committed by main
parent 2cd180d156
commit dd606e5e07
5 changed files with 182 additions and 0 deletions

9
docker/control.template Normal file
View file

@ -0,0 +1,9 @@
"control" : [
{ "id" : SERVER-ID,
"port" : CONSOLE-PORT,
"allowed" : [
{ "id" : CLIENT-ID,
"permissions" : 15
}
]
}