feat: 优化 dosgame 安装包

This commit is contained in:
wanghe-fit2cloud 2024-02-27 10:34:57 +08:00
parent 43c166cba5
commit 366bd6fec7
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# 使用说明
需要更多游戏可以从原仓库获取,然后将游戏放到应用安装目录下 `./data` 文件夹中
需要更多游戏可以从原仓库获取,然后将游戏放到存储卷 `dosgame_data` 的对应目录下
> 原仓库地址:[chinese-dos-games](https://github.com/rwv/chinese-dos-games)

View File

@ -8,10 +8,12 @@ services:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:262
# volumes:
# - ./data:/app/static/games
volumes:
- dosgame_data:/app/static/games
labels:
createdBy: "Apps"
volumes:
dosgame_data:
networks:
1panel-network:
external: true