SM
03/07/2023, 2:04 AMJaromir Hamala
03/07/2023, 8:12 AMjavier ramirez
03/07/2023, 9:00 AMdocker run --add-host=host.docker.internal:host-gateway -p 9000:9000 -p 9009:9009 -p 8812:8812 -p 9003:9003 questdb/questdb:latest
9000 is the web/http interface, 9009 is the ILP protocol, 8812 is the postgresql protocol, and 9003 is the health/metrics server. You can disable or change the port numbers via server.conf or ENV variablesAndrey Pechkurov
03/07/2023, 9:03 AMpg.security.readonly=true
. The same can be done for HTTP & Web Console: http.security.readonly=true
SM
03/07/2023, 4:33 PMjavier ramirez
03/07/2023, 5:26 PM