File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ v1.0:完成资产信息录入及使用saltstack自动采集更新
18
18
```
19
19
[root@localhost ~]# vim /etc/sysconfig/docker
20
20
21
- # /etc/sysconfig/docker
21
+ # /etc/sysconfig/docker
22
22
23
- # Modify these options if you want to change the way the docker daemon runs
24
- OPTIONS='--selinux-enabled -H 0.0.0.0:2375 -H unix:///var/run/docker.sock '
25
- DOCKER_CERT_PATH=/etc/docker
23
+ # Modify these options if you want to change the way the docker daemon runs
24
+ OPTIONS='--selinux-enabled -H 0.0.0.0:2375 -H unix:///var/run/docker.sock '
25
+ DOCKER_CERT_PATH=/etc/docker
26
26
```
27
27
* 部署流程
28
28
以下为部署流程
@@ -68,7 +68,7 @@ DOCKER_CERT_PATH=/etc/docker
68
68
python manage.py collectstatic <--生成静态文件
69
69
```
70
70
配置nginx
71
- ```
71
+ ```
72
72
server {
73
73
listen 80;
74
74
server_name localhost;
@@ -101,13 +101,11 @@ DOCKER_CERT_PATH=/etc/docker
101
101
}
102
102
103
103
}
104
- ```
104
+
105
105
106
106
107
-
108
-
109
-
110
-
107
+ ```
108
+
111
109
112
110
113
111
You can’t perform that action at this time.
0 commit comments