You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
timescaledb would not spin up. I got an http timeout error. I noticed the port was "" in the error.
I looked at docker-compose.yml and noticed that on line 9 the ports declaration were not quoted. I added quotes and this solved my issue. timescaledb spun up as did the web container.
Thanks for putting this together!
(P.S. - I also had to comment out torch in the requirements as stated in another issue)
The text was updated successfully, but these errors were encountered:
For me on macos 10.15.7, docker 20.10.2
timescaledb would not spin up. I got an http timeout error. I noticed the port was "" in the error.
I looked at docker-compose.yml and noticed that on line 9 the ports declaration were not quoted. I added quotes and this solved my issue. timescaledb spun up as did the web container.
Thanks for putting this together!
(P.S. - I also had to comment out torch in the requirements as stated in another issue)
The text was updated successfully, but these errors were encountered: