feat: 优化 dosgame 安装包
This commit is contained in:
parent
acb424272b
commit
88c34312c9
|
|
@ -1,6 +1,6 @@
|
||||||
# 使用说明
|
# 使用说明
|
||||||
|
|
||||||
需要更多游戏可以从原仓库获取,然后将游戏放到应用安装目录下 `./data` 文件夹中。
|
需要更多游戏可以从原仓库获取,然后将游戏放到存储卷 `dosgame_data` 的对应目录下。
|
||||||
|
|
||||||
> 原仓库地址:[chinese-dos-games](https://github.com/rwv/chinese-dos-games)
|
> 原仓库地址:[chinese-dos-games](https://github.com/rwv/chinese-dos-games)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,12 @@ services:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:262
|
- ${PANEL_APP_PORT_HTTP}:262
|
||||||
# volumes:
|
volumes:
|
||||||
# - ./data:/app/static/games
|
- dosgame_data:/app/static/games
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
volumes:
|
||||||
|
dosgame_data:
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue