I use Windows 10 Docker Desktop to install ttrss-docker. when I run “docker-compose up --build”, I met the following errors. It is my first time use Docker, who can help me to solve this problem? Thanks.
updater_1 | Could not open input file: /var/www/html/update_daemon2.php
ttrss-docker_app_1 exited with code 2
ttrss-docker_updater_1 exited with code 1
ttrss-docker_app_1 exited with code 2
ttrss-docker_app_1 exited with code 2
ttrss-docker_updater_1 exited with code 1
ttrss-docker_updater_1 exited with code 1
Exception in thread Thread-16:
Traceback (most recent call last):
File “site-packages\docker\api\client.py”, line 261, in _raise_for_status
File “site-packages\requests\models.py”, line 940, in raise_for_status
requests.exceptions.HTTPError: 409 Client Error: Conflict for url: http+docker://localnpipe/v1.25/containers/a8b3f2f9ed90071b50d6d1b040828c2f4d4c1206e7b249da109444254b864d6b/attach?logs=0&stdout=1&stderr=1&stream=1
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “threading.py”, line 916, in _bootstrap_inner
File “threading.py”, line 864, in run
File “compose\cli\log_printer.py”, line 233, in watch_events
File “compose\container.py”, line 215, in attach_log_stream
File “compose\container.py”, line 307, in attach
File “site-packages\docker\utils\decorators.py”, line 19, in wrapped
File “site-packages\docker\api\container.py”, line 61, in attach
File “site-packages\docker\api\client.py”, line 400, in _read_from_socket
File “site-packages\docker\api\client.py”, line 311, in _get_raw_response_socket
File “site-packages\docker\api\client.py”, line 263, in _raise_for_status
File “site-packages\docker\errors.py”, line 19, in create_api_error_from_http_exception
File “site-packages\requests\models.py”, line 880, in json
File “site-packages\requests\models.py”, line 828, in content
File “site-packages\requests\models.py”, line 750, in generate
File “site-packages\urllib3\response.py”, line 496, in stream
File “site-packages\urllib3\response.py”, line 444, in read
File “http\client.py”, line 449, in read
File “http\client.py”, line 493, in readinto
File “site-packages\docker\transport\npipesocket.py”, line 209, in readinto
File “site-packages\docker\transport\npipesocket.py”, line 20, in wrapped
RuntimeError: Can not reuse socket after connection was closed.