From 8abb5d5cdb1dbe336fdaeccd372521c03661f1b0 Mon Sep 17 00:00:00 2001 From: iShift Date: Wed, 30 May 2018 17:40:52 +0300 Subject: [PATCH] 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 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2a7c3f6..f460e7a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,6 +2,6 @@ version: '2.0' services: mtprotoproxy: build: . - restart: always + restart: unless-stopped mem_limit: 1024m network_mode: "host"