version: '3' services: web: build: ./nginx/ ports: - "443:443" volumes: - ./log/nginx:/var/log/nginx restart: always