services: web: image: nginx:alpine ports: - "84:80" volumes: - .:/usr/share/nginx/html:ro restart: always