services: web: image: nginx:latest container_name: freed-place restart: unless-stopped volumes: - ./html:/usr/share/nginx/html:ro ports: - "80:80"