Use the latest(now is 2023-10-29) version of TCG, there is error logs when start container.
Traceback (most recent call last):
File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/app/tabby_connection_gateway/cli.py", line 7, in <module>
from .admin_server import AdminServer
File "/app/tabby_connection_gateway/admin_server.py", line 2, in <module>
from tabby_connection_gateway.gateway_server import GatewayServer
File "/app/tabby_connection_gateway/gateway_server.py", line 5, in <module>
import websockets
File "/usr/local/lib/python3.7/site-packages/websockets-12.0-py3.7.egg/websockets/__init__.py", line 6, in <module>
from .version import version as __version__ # noqa: F401
File "/usr/local/lib/python3.7/site-packages/websockets-12.0-py3.7.egg/websockets/version.py", line 3, in <module>
import importlib.metadata
ModuleNotFoundError: No module named 'importlib.metadata'
Edit compose.yaml, change image from 【ghcr.io/eugeny/tabby-connection-gateway:latest】 to 【my-tabby-gateway:latest】 (note that you need also edit other settings in this file as well)
Start docker container by command: 【docker-compose up -d】
Use the latest(now is 2023-10-29) version of TCG, there is error logs when start container.