这里用到的一个docker镜像是ddns-updater,在app里就能安装。
使用时遇到两个问题:
一是启动失败,提示权限不足(https://github.com/qdm12/ddns-updater/discussions/413#discussioncomment-8193971),原因是镜像默认使用UID为1000的用户读写/updater/data文件夹,这个文件夹映射到Unraid上为/mnt/user/appdata/ddns-updater,而1000用户对这个文件夹没有写权限,使用命令chown 1000 /mnt/user/appdata/ddns-updater
即可解决。
二是启动之后提示一个401错误,找半天没找到原因,在设置里重启一下docker就好了。
建议看看这个文章,里面介绍了几种其它的镜像,https://post.smzdm.com/p/axlrqvrw/