Replies: 6 comments 3 replies
-
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
-
Fedora OS 用docker部署 |
Beta Was this translation helpful? Give feedback.
-
docker run --privileged -d --restart=always -v /etc/alist:/opt/alist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="alist" xhofe/alist-aria2:latest |
Beta Was this translation helpful? Give feedback.
-
提供一下配置文件。 |
Beta Was this translation helpful? Give feedback.
-
什么的配置文件,我要去哪里找,目前状况就是,重启后容器就被重置一样 |
Beta Was this translation helpful? Give feedback.
-
mac 权限不足导致的 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please make sure of the following things
alist
and not something else(such asDependencies
orOperational
).Alist Version / Alist 版本
目前最新
Driver used / 使用的存储驱动
.
Describe the bug / 问题描述
主机重启,设备配置文件全部丢失,每次都一样
Reproduction / 复现链接
Logs / 日志
INFO[2023-04-16 00:53:56] reading config file: data/config.json
INFO[2023-04-16 00:53:56] config file not exists, creating default config file
INFO[2023-04-16 00:53:56] load config from env with prefix:
ERRO[2023-04-16 00:53:56] failed delete temp file: unlinkat /opt/alist/data/temp/aria2/temp/aria2: device or resource busy
INFO[2023-04-16 00:53:56] init logrus...
INFO[2023-04-16 00:53:56] Successfully created the admin user and the initial password is: Xp5Gtyok
INFO[2023-04-16 00:53:57] start server @ 0.0.0.0:5244
INFO[2023-04-16 00:53:57] qbittorrent not ready.
INFO[2023-04-16 01:02:51] reading config file: data/config.json
INFO[2023-04-16 01:02:51] config file not exists, creating default config file
INFO[2023-04-16 01:02:51] load config from env with prefix:
ERRO[2023-04-16 01:02:51] failed delete temp file: unlinkat /opt/alist/data/temp/aria2/temp/aria2: device or resource busy
INFO[2023-04-16 01:02:51] init logrus...
INFO[2023-04-16 01:02:51] Successfully created the admin user and the initial password is: 3I5butA3
INFO[2023-04-16 01:02:51] start server @ 0.0.0.0:5244
INFO[2023-04-16 01:02:51] qbittorrent not ready.
Beta Was this translation helpful? Give feedback.
All reactions