mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 14:56:58 +08:00
feat: 优化 dosgame 安装包
This commit is contained in:
parent
43c166cba5
commit
366bd6fec7
@ -1,6 +1,6 @@
|
||||
# 使用说明
|
||||
|
||||
需要更多游戏可以从原仓库获取,然后将游戏放到应用安装目录下 `./data` 文件夹中。
|
||||
需要更多游戏可以从原仓库获取,然后将游戏放到存储卷 `dosgame_data` 的对应目录下。
|
||||
|
||||
> 原仓库地址:[chinese-dos-games](https://github.com/rwv/chinese-dos-games)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user