version: '3' services: reverse-proxy: image: nginx:1.18-alpine volumes: - ./sites/sites-available:/etc/nginx/conf.d - ./nginx.conf:/etc/nginx/nginx.conf network_mode: host