盒子安装filebrowser
docker run -d --name fb3 \
--restart=unless-stopped \
-e PUID=0 \
-e PGID=0 \
-e WEB_PORT=8088 \
-p 8088:8088 \
-v /root/filebrowser/config:/config \
-v <你的路径>:/myfiles \
80x86/filebrowser:latest
docker run -d --name fb3 \
--restart=unless-stopped \
-e PUID=0 \
-e PGID=0 \
-e WEB_PORT=8088 \
-p 8088:8088 \
-v /root/filebrowser/config:/config \
-v <你的路径>:/myfiles \
80x86/filebrowser:latest