version: "3" services: server: build: context: . container_name: ownrss restart: always ports: - "10060:8080" volumes: - "$PWD/index.html:/app/index.html"