version: '3.5' services: nginx: privileged: true build: context: ./services/nginx ports: - 80:80 - 443:443 links: []