Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 699af7d

Browse files
authored
Update README.md
1 parent 223503e commit 699af7d

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ v1.0:完成资产信息录入及使用saltstack自动采集更新
1818
```
1919
[root@localhost ~]# vim /etc/sysconfig/docker
2020
21-
# /etc/sysconfig/docker
21+
# /etc/sysconfig/docker
2222
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
2626
```
2727
* 部署流程
2828
以下为部署流程
@@ -68,7 +68,7 @@ DOCKER_CERT_PATH=/etc/docker
6868
python manage.py collectstatic <--生成静态文件
6969
```
7070
配置nginx
71-
```
71+
```
7272
server {
7373
listen 80;
7474
server_name localhost;
@@ -101,13 +101,11 @@ DOCKER_CERT_PATH=/etc/docker
101101
}
102102
103103
}
104-
```
104+
105105
106106
107-
108-
109-
110-
107+
```
108+
111109

112110

113111

0 commit comments

Comments
 (0)