services: www: image: nginx:alpine container_name: www-kenjim ports: - "8080:80" volumes: - ./html:/usr/share/nginx/html:ro restart: always