version: '3' services: web: image: nginx:alpine ports: - "8081:80" volumes: - ./:/usr/share/nginx/html restart: always