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