Description
Hi @ALL,
docker setup according to https://timetagger.app/articles/selfhost2/
When the newest version v24.12.2 is run (with corrected ports 8080:8080) all HTTP Requests just get a read error:
`
$ wget -O- http://localhost:8080
--2024-12-18 15:45:27-- http://localhost:8080/
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:8080... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.
--2024-12-18 15:45:28-- (try: 2) http://localhost:8080/
Connecting to localhost (localhost)|::1|:8080... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.
`
Exactly the same configuration sans the modification 80:80 to 8080:8080 did work.