version: '2'
services:
nginx:
privileged: true
build:
context: ./services/nginx
ports:
- "80:80"
mem_limit: 200m
links: []