From 74f9588532070950d537297a67bcb23c84e17057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A8?= <87279659+windfgg@users.noreply.github.com> Date: Sat, 18 Nov 2023 20:09:54 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cc1e92..0fa27c2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ DetailLog: false ### Docker ```shell -docker run -p 9876:8080 --name ProxyPool \ +docker run -d -p 9876:8080 --name ProxyPool \ + --restart always \ -v $(pwd)/proxy-pool/:/conf \ ghcr.io/windfgg/proxypool/proxy-pool:latest ```