Skip to content

Commit

Permalink
修复下载文件夹配置错误
Browse files Browse the repository at this point in the history
  • Loading branch information
dream10201 committed Nov 28, 2024
1 parent 1aac828 commit 5936f2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ RUN apt update \
&& unzip -j master.zip -d /usr/local/115Cookie/ \
&& rm master.zip \
&& mkdir -p /opt/Desktop \
&& mkdir -p /Downloads \
&& chmod 777 -R /Downloads \
&& mkdir -p /opt/Downloads \
&& chmod 777 -R /opt/Downloads \
&& cp /usr/share/applications/115Browser.desktop /opt/Desktop \
&& cp /usr/share/applications/pcmanfm.desktop /opt/Desktop \
&& chmod 777 -R /opt \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker.io/xiuxiu10201/115:latest
| 路径 | 描述 | 必须|
|:---------:|:---------:|:---------:|
|/etc/115|115浏览器数据目录|N|
|/Downloads|下载目录|N|
|/opt/Downloads|下载目录|N|

## 端口占用
| 端口 | 描述 | 必须|
Expand Down

0 comments on commit 5936f2a

Please sign in to comment.