git clone https://github.com/huangyanxiong01/docker-node.js.git
cd docker-node.js
yarn install
docker-compose up -d
Now,you can open http://127.0.0.1:3000/ in browser
You can find the custom $software configuration file in ./docker/$software/etc/
You can find the $software data file in ./docker/$software/Data/
The nginx configuration file uses environment variables
1
nfroot 2016-12-12 18:28:16 +08:00
Node.js 7.x
PHP 哭晕在厕所(版本号) |
2
huangyanxong OP @nfroot Node.js 现在 8.x 的版本都有测试版本
|