Hi, so the title self-explains it. The docker tried starting seahub but it got this:
seafile | Error:Seahub failed to start.
seafile | Please try to run “./seahub.sh start” again
seafile | Traceback (most recent call last):
seafile | File “/scripts/start.py”, line 94, in
seafile | main()
seafile | File “/scripts/start.py”, line 80, in main
seafile | call(‘{} start’.format(get_script(‘seahub.sh’)))
seafile | File “/scripts/utils.py”, line 71, in call
seafile | return subprocess.check_call(*a, **kw)
seafile | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
seafile | File “/usr/lib/python3.12/subprocess.py”, line 413, in check_call
seafile | raise CalledProcessError(retcode, cmd)
seafile | subprocess.CalledProcessError: Command ‘/opt/seafile/seafile-pro-server-13.0.7/seahub.sh start’ returned non-zero exit status 1.
When I bash-ed into the docker and tried running it normally, I got
Starting seahub at port 8000 …
Error:Seahub failed to start.
Please try to run “./seahub.sh start” again
The strange part is that I don’t get any logs in the seahub.log file
Thanks in advance.