I’d like to run Baserow in dev mode. So, I did ./dev.sh, and this is what I keep getting:
baserow % ./dev.sh
./dev.sh running docker-compose commands:
- ‘[’ false = true ‘]’
- ‘[’ false = true ‘]’
- ‘[’ false = true ‘]’
- ‘[’ false = true ‘]’
- ‘[’ true = true ‘]’
- docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d
Traceback (most recent call last):
File “urllib3/connectionpool.py”, line 426, in _make_request
File “”, line 3, in raise_from
File “urllib3/connectionpool.py”, line 421, in _make_request
File “http/client.py”, line 1347, in getresponse
File “http/client.py”, line 307, in begin
File “http/client.py”, line 268, in _read_status
File “socket.py”, line 704, in readinto
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “requests/adapters.py”, line 439, in send
File “urllib3/connectionpool.py”, line 7