КТ
docker-compose logs
посмотримweb_1 | * Environment: production
web_1 | WARNING: Do not use the development server in a production environment.
web_1 | Use a production WSGI server instead.
web_1 | * Debug mode: off
web_1 | Exception in thread Thread-2:
web_1 | Traceback (most recent call last):
web_1 | File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
web_1 | self.run()
web_1 | File "/usr/lib/python3.6/threading.py", line 864, in run
web_1 | self._target(*self._args, **self._kwargs)
web_1 | File "/usr/local/lib/python3.6/dist-packages/flaskwebgui.py", line 174, in open_browser
web_1 | stdout=sps.PIPE, stderr=sps.PIPE, stdin=sps.PIPE)
web_1 | File "/usr/lib/python3.6/subprocess.py", line 729, in init
web_1 | restore_signals, start_new_session)
web_1 | File "/usr/lib/python3.6/subprocess.py", line 1278, in _execute_child
web_1 | executable = os.fsencode(executable)
web_1 | File "/usr/lib/python3.6/os.py", line 800, in fsencode
web_1 | filename = fspath(filename) # Does type-checking of
filename
.web_1 | TypeError: expected str, bytes or os.PathLike object, not NoneType
web_1 |
web_1 | * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)