dailyhot今日热榜整合了互联网上各个领域的热门话题,涵盖新闻、娱乐、科技、社会等多个方面,可以提供最新、最热门的信息,尽览各大平台热点,轻松掌握时事动态。
rehiy/dailyhot-docker:合并前端和后端到一个容器。
docker run -d -p 80:80 \
-e APP_ICP="京备ICP12345" \
-e APP_COPYRIGHT="no" \
-e APP_COPYRIGHT_URL="http://f.org" \
--name dailyhot rehiy/dailyhot \
--restart unless-stopped
Unable to find image 'rehiy/dailyhot:latest' locally
latest: Pulling from rehiy/dailyhot
docker: no matching manifest for linux/arm/v7 in the manifest list entries.
See 'docker run --help'.
由于玩客云armv7平台所限,不能部署。在debian12虚拟机里可以。