新增socat转发用脚本。

整理旧的脚本文件。
This commit is contained in:
CN-JS-HuiBai
2026-01-28 20:14:34 +08:00
parent 4e0d399044
commit 02a6707fa9
11 changed files with 180 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
mkdir /filebrowser
docker run -dit \
-v /filebrowser:/srv \
-v /filebrowser/config.json:/etc/config.json \
-v /filebrowser/database.db:/etc/database.db \
-p 8082:80 \
--restart always \
--name filebrowser \
--privileged=true \
filebrowser/filebrowser:latest