diff --git a/dosgame/README.md b/dosgame/README.md index e712ea05d..9dd80a7b9 100644 --- a/dosgame/README.md +++ b/dosgame/README.md @@ -1,6 +1,6 @@ # 使用说明 -需要更多游戏可以从原仓库获取,然后将游戏放到应用安装目录下 `./data` 文件夹中。 +需要更多游戏可以从原仓库获取,然后将游戏放到存储卷 `dosgame_data` 的对应目录下。 > 原仓库地址:[chinese-dos-games](https://github.com/rwv/chinese-dos-games) diff --git a/dosgame/latest/docker-compose.yml b/dosgame/latest/docker-compose.yml index 37afd3924..56fcb70ac 100644 --- a/dosgame/latest/docker-compose.yml +++ b/dosgame/latest/docker-compose.yml @@ -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