version: '3.1'

services:
  nginx:
    image: nginx:1.17.8-alpine
    volumes:
      - ./html:/usr/share/nginx/html:ro
      - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
    ports:
      - 80:80