seatable使用docker部署启动后创建超级用户失败

seatable使用docker部署启动后
使用docker exec -it seatable /shared/seatable/scripts/seatable.sh superuser创建超级用户失败
~$ sudo docker exec -it seatable /shared/seatable/scripts/seatable.sh superuser
Traceback (most recent call last):
File “manage.py”, line 10, in
execute_from_command_line(sys.argv)
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/core/management/init.py”, line 419, in execute_from_command_line
utility.execute()
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/core/management/init.py”, line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/core/management/base.py”, line 354, in run_from_argv
self.execute(*args, **cmd_options)
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/core/management/base.py”, line 393, in execute
self.check()
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/core/management/base.py”, line 423, in check
databases=databases,
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/core/checks/registry.py”, line 76, in run_checks
new_errors = check(app_configs=app_configs, databases=databases)
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/core/checks/urls.py”, line 13, in check_url_config
return check_resolver(resolver)
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/core/checks/urls.py”, line 23, in check_resolver
return check_method()
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/urls/resolvers.py”, line 416, in check
for pattern in self.url_patterns:
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/utils/functional.py”, line 48, in get
res = instance.dict[self.name] = self.func(instance)
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/urls/resolvers.py”, line 602, in url_patterns
patterns = getattr(self.urlconf_module, “urlpatterns”, self.urlconf_module)
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/utils/functional.py”, line 48, in get
res = instance.dict[self.name] = self.func(instance)
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/urls/resolvers.py”, line 595, in urlconf_module
return import_module(self.urlconf_name)
File “/usr/lib/python3.7/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1006, in _gcd_import
File “”, line 983, in _find_and_load
File “”, line 967, in _find_and_load_unlocked
File “”, line 677, in _load_unlocked
File “”, line 728, in exec_module
File “”, line 219, in _call_with_frames_removed
File “/opt/seatable/seatable-server-2.7.4/dtable-web/seahub/utils/rooturl.py”, line 41, in
url(r’^%s’ % settings.SITE_ROOT[1:], include(settings.SITE_ROOT_URLCONF)),
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/urls/conf.py”, line 34, in include
urlconf_module = import_module(urlconf_module)
File “/usr/lib/python3.7/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1006, in _gcd_import
File “”, line 983, in _find_and_load
File “”, line 967, in _find_and_load_unlocked
File “”, line 677, in _load_unlocked
bone@DESKTOP-R72I0SA:~$
File “”, line 219, in _call_with_frames_removed
File “/opt/seatable/seatable-server-2.7.4/dtable-web/seahub/urls.py”, line 156, in
from seahub.api2.endpoints.admin.sys_plugins import AdminDTableSystemPluginsView, AdminDTableSystemPluginView,
File “/opt/seatable/seatable-server-2.7.4/dtable-web/seahub/api2/endpoints/admin/sys_plugins.py”, line 32, in
PLUGINS_REPO_ID = settings.PLUGINS_REPO_ID
File “/opt/seatable/seatable-server-latest/dtable-web/thirdpart/django/conf/init.py”, line 83, in getattr
val = getattr(self._wrapped, name)
AttributeError: ‘Settings’ object has no attribute ‘PLUGINS_REPO_ID’

你用的是企业版,企业版需要 license 文件才能启动。

我的镜像是:seatable/seatable-developer:latest,也有同样的错误。