mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-14 07:13:09 +00:00
Merge pull request #6 from iShift/patch-1
unless-stopped instead of always restart type
This commit is contained in:
@@ -2,6 +2,6 @@ version: '2.0'
|
||||
services:
|
||||
mtprotoproxy:
|
||||
build: .
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
mem_limit: 1024m
|
||||
network_mode: "host"
|
||||
|
||||
Reference in New Issue
Block a user