Skip to content

Commit 3e79f39

Browse files
committed
add Features desc
1 parent 9e203d1 commit 3e79f39

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Docker-node.js
22

33
![nodejsanddocker](./images/nodejsanddocker.jpeg)
4+
5+
## Features
6+
7+
- Automatically restarts the Node.js process
8+
- Customize the configuration file
9+
- Data is stored in the host
10+
411

512
## Software Stack
613
- [x] MongoDB
@@ -10,7 +17,6 @@
1017
- [x] Nginx(Power By Openresty)
1118

1219

13-
1420
## How to use it?
1521

1622
>If live behind the [GFW](https://zh.wikipedia.org/zh-hans/%E9%98%B2%E7%81%AB%E9%95%BF%E5%9F%8E) please read this post [Use Ali cloud](http://www.myfreax.com/use-aliyun-mirror-acceleration-on-docker/)
@@ -22,6 +28,8 @@
2228

2329
- [Docker-compose](https://github.com/docker/compose/releases)
2430

31+
>Windows and Mac users only need to install Docker
32+
2533
#### Setup
2634

2735
```bash
@@ -49,7 +57,7 @@ You can find the $software data file in `./docker/$software/Data/`
4957

5058
## TODO
5159

52-
- [ ] Build the nginx image with the lua module
60+
- [x] Build the nginx image with the lua module
5361
- [ ] Optimize the configuration file
5462
- [ ] Write usage documentation
5563
- [ ] Test on Windows

0 commit comments

Comments
 (0)