Change offline read way Who use Windows

This commit is contained in:
khs1994 2017-11-28 11:59:21 +08:00
parent 85d8a2d021
commit c55e82300c
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,6 @@
server {
server_name localhost;
listen 4000;
root /srv/www/;
index index.html;
}

View File

@ -9,3 +9,11 @@ services:
volumes:
- ./:/srv/gitbook-src
command: server
windows:
image: nginx:alpine
volume:
- ./:/srv/www
- .travis/conf.d/default.conf:/etc/nginx/conf.d/default.conf
ports:
- 4000:4000