Files
mtprotoproxy/docker-compose.yml
iShift 8abb5d5cdb unless-stopped instead of always restart type
it is easy to use, also you can stop proxy and start again without removing it docker image
2018-05-30 17:40:52 +03:00

8 lines
128 B
YAML

version: '2.0'
services:
mtprotoproxy:
build: .
restart: unless-stopped
mem_limit: 1024m
network_mode: "host"