We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3fdec5 commit 6c224c7Copy full SHA for 6c224c7
README.md
@@ -5,14 +5,14 @@
5
### 使用方法:
6
建议使用Docker一键部署:
7
```
8
-docker run -d --restart unless-stopped -p 8090:80 --name sub-web-modify youshandefeiyang/sub-web-modify
+docker run -d --restart always -p 8090:80 --name sub-web-modify youshandefeiyang/sub-web-modify
9
10
或使用docker compose
11
```yaml
12
name: sub-web-modify
13
services:
14
sub-web-modify:
15
- restart: unless-stopped
+ restart: always
16
privileged: false
17
ports:
18
- 8090:80
0 commit comments