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