mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #291] 使用 Docker 部署时,是否需要将 app.ini 从主机映射到容器中? #1496
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#1496
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jearton on GitHub (Feb 18, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/291
如图,在宿主机上的 /mnt/user/appdata/nginx-ui 目录下是否需要提前放好 app.ini 配置文件?
@0xJacky commented on GitHub (Feb 18, 2024):
不需要,文档也没说呀
@jearton commented on GitHub (Feb 18, 2024):
不对,如果没有 app.ini,会报错
@0xJacky commented on GitHub (Feb 18, 2024):
我重新确认了一下,需要映射目录或者映射数据卷,不能直接启动容器,否则 /etc/nginx-ui 目录为空,无法写入配置文件。