mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-14 07:13:09 +00:00
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
This commit is contained in:
@@ -2,6 +2,6 @@ version: '2.0'
|
|||||||
services:
|
services:
|
||||||
mtprotoproxy:
|
mtprotoproxy:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
mem_limit: 1024m
|
mem_limit: 1024m
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
|
|||||||
Reference in New Issue
Block a user