version: '2' services: web: image: nginx ports: - "80:80" volumes: - ./code:/var/www/html