📃 docs: 初步完善
This commit is contained in:
28
docs/ops-doc/entrance-info/filerun.md
Normal file
28
docs/ops-doc/entrance-info/filerun.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
sidebar_position: 5
|
||||
sidebar_label: 'filerun服务'
|
||||
title: 'filerun服务'
|
||||
---
|
||||
|
||||
## 概述
|
||||
|
||||
作为docker容器跑在[Ubuntu虚拟机-server](../machine-info/server-Ubuntu-24.04.01.md)里,
|
||||
|
||||
## 关键配置
|
||||
|
||||
docker配置文件和本地数据目录:
|
||||
|
||||
```
|
||||
/opt/myappdata/filerun-local-lan
|
||||
```
|
||||
|
||||
```
|
||||
/opt/myappdata/filerun-public-web
|
||||
```
|
||||
|
||||
修改配置文件后重新创建和运行容器:
|
||||
|
||||
```
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user