2015-07-01 19:57:52 +08:00
|
|
|
nginx:
|
2017-04-30 23:36:09 +08:00
|
|
|
image: nginx:alpine
|
2015-07-01 19:57:52 +08:00
|
|
|
volumes:
|
2017-04-30 23:36:09 +08:00
|
|
|
- ./data/default.conf:/etc/nginx/conf.d/default.conf
|
|
|
|
- ./data/ssl:/etc/nginx/ssl
|
|
|
|
net: host
|
2015-07-01 19:57:52 +08:00
|
|
|
restart: always
|