Skip to content

Commit

Permalink
fix: Docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
M1saka10010 committed Dec 15, 2023
1 parent c673f36 commit 636dedd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,11 @@ docker-compose down; docker-compose up -d
```

即可开启 oi 模式。如需关闭,重启容器即可。

## 权限问题

如果出现权限问题,请在当前目录中运行

```shell
chown -R 1000:1000 *
```

0 comments on commit 636dedd

Please sign in to comment.