init commit

This commit is contained in:
Alexander Bersenev
2018-05-27 15:12:17 +05:00
parent ca141f4dda
commit f2278bb1ce
9 changed files with 1188 additions and 2 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
version: '2.0'
services:
mtprotoproxy:
build: .
restart: always
mem_limit: 1024m
network_mode: "host"