nginx:
image: easypi/nginx-arm
volumes:
- ./data/default.conf:/etc/nginx/conf.d/default.conf
- ./data/ssl:/etc/nginx/ssl
net: host
restart: always