Skip to content

Commit

Permalink
fix port check
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Dec 4, 2023
1 parent 552e24f commit 04cd333
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/apphub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# modify time: 202312041519, you can modify here to trigger Docker Build action
# modify time: 202312041856, you can modify here to trigger Docker Build action

FROM python:3.10-slim-bullseye
LABEL maintainer="Websoft9<[email protected]>"
Expand Down
11 changes: 10 additions & 1 deletion docs/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,13 @@ Access web console > settings or use cli to modify port

服务器 IP 变更,Websoft9 控制台能够自动适用,即使用新的 IP 访问即可。

但是,部分没有绑定域名的应用不能自动适用,即当应用无法访问时,您需要需要重新编排应用,将 env 中的 W9_URL 更换新的 IP 后,重建应用。
但是,部分没有绑定域名的应用不能自动适用,即当应用无法访问时,您需要需要重新编排应用,将 env 中的 W9_URL 更换新的 IP 后,重建应用。

#### 如何创建多用户并赋予权限?

Websoft9 控制台 > 【用户账号】菜单中创建用户,创建完成后在面板中将新用户增加到 docker 用户组中。

如果需要给用户添加 sudo,需要通过命令 visudo 将下面的内容增加到 sudoers 文件中(user001 表示您新创建的用户名)
```
user001 ALL=(ALL:ALL) ALL
```

0 comments on commit 04cd333

Please sign in to comment.