From 92a4640a7522d1b8b1d552fee00b941c7ffc7cb1 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Mon, 26 Feb 2024 23:04:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=20dosgame=20?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dosgame/README.md | 33 +++---------------------------- dosgame/latest/docker-compose.yml | 18 +++++++---------- 2 files changed, 10 insertions(+), 41 deletions(-) diff --git a/dosgame/README.md b/dosgame/README.md index af23fa7bb..e712ea05d 100644 --- a/dosgame/README.md +++ b/dosgame/README.md @@ -1,16 +1,13 @@ # 使用说明 -需要更多游戏的,从原仓库获取,然后将游戏放到存储卷`dosgame_data`的对应目录下 +需要更多游戏可以从原仓库获取,然后将游戏放到应用安装目录下 `./data` 文件夹中。 -原仓库:[chinese-dos-games](https://github.com/rwv/chinese-dos-games) - -# 原始相关 +> 原仓库地址:[chinese-dos-games](https://github.com/rwv/chinese-dos-games) # 🎮 中文 DOS 游戏 网址: https://dos.lol - 中文 DOS 游戏合集,目前共有 1898 款游戏。 ## 下载游戏文件 @@ -25,28 +22,4 @@ python download_data.py ## 游戏列表 -参见 https://dos.lol/games - -## IPFS - -IPNS Hash: [`k2k4r8oyknzob8jjqpj6toer4dw3jc6srsbqlbsalktnw1fopb7iyqd2`](https://ipfs.io/ipns/k2k4r8oyknzob8jjqpj6toer4dw3jc6srsbqlbsalktnw1fopb7iyqd2) - -## 网站源代码 - -请参见 [rwv/chinese-dos-games-web: 🌐 Source code of https://dos.zczc.cz](https://github.com/rwv/chinese-dos-games-web) - -## 版权问题 - -本人明白此项目存在版权上的侵权,如版权方介意的话,请联系 [chinese.dos.games@outlook.com](mailto:chinese.dos.games@outlook.com),本人将立刻删除有关文件。 - -## Contributing - -欢迎提 [Issue](https://github.com/rwv/chinese-dos-games/issues) 和 [Pull request](https://github.com/rwv/chinese-dos-games/pulls) 来增加新的游戏! - -PR 具体参见 [CONTRIBUTING.md](https://github.com/rwv/chinese-dos-games/blob/master/CONTRIBUTING.md) - -## Credits - -* [dreamlayers/em-dosbox: An Emscripten port of DOSBox](https://github.com/dreamlayers/em-dosbox) -* [db48x/emularity: easily embed emulators](https://github.com/db48x/emularity) -* [衡兰若芷制作的DOS游戏合集](https://tieba.baidu.com/p/3962261741) +参见 https://dos.lol/games \ No newline at end of file diff --git a/dosgame/latest/docker-compose.yml b/dosgame/latest/docker-compose.yml index 136464199..37afd3924 100644 --- a/dosgame/latest/docker-compose.yml +++ b/dosgame/latest/docker-compose.yml @@ -2,20 +2,16 @@ version: '3' services: dosgame: container_name: ${CONTAINER_NAME} + image: oldiy/dosgame-web-docker:latest restart: always networks: - 1panel-network ports: - - "${PANEL_APP_PORT_HTTP}:262" - volumes: - - dosgame_data:/app/static/games - image: oldiy/dosgame-web-docker:latest - labels: + - ${PANEL_APP_PORT_HTTP}:262 + # volumes: + # - ./data:/app/static/games + labels: createdBy: "Apps" - -volumes: - dosgame_data: - -networks: - 1panel-network: +networks: + 1panel-network: external: true