Merge pull request #6 from iShift/patch-1

unless-stopped instead of always restart type
This commit is contained in:
Alexander Bersenev
2018-05-30 20:49:49 +05:00
committed by GitHub

View File

@@ -2,6 +2,6 @@ version: '2.0'
services:
mtprotoproxy:
build: .
restart: always
restart: unless-stopped
mem_limit: 1024m
network_mode: "host"