Skip to content

Commit

Permalink
docker部署文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisp X committed Dec 5, 2024
1 parent 53696eb commit d78151d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/zh/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,6 @@ mkdir -vp data/{cache,logs,private,public,uploads} \

### docker

#### 创建网络

```shell
docker network create app-network
```

#### 运行

将以下命令中的配置替换正确后执行。
Expand All @@ -231,7 +225,7 @@ docker run -d \
-v ./data/public:/var/www/storage/app/public \
-v ./data/uploads:/var/www/storage/app/uploads \
-v ./data/database.sqlite:/var/www/database/database.sqlite \
--network app-network \
--network bridge \
--restart unless-stopped \
lsky-pro-plus
```
Expand Down

0 comments on commit d78151d

Please sign in to comment.