From 684215670ff1ebb3e05df7b8c4c13912be80f621 Mon Sep 17 00:00:00 2001 From: clokep Date: Fri, 8 Sep 2023 13:48:35 +0000 Subject: deploy: 5c8870cb28cc98d0b7a310b5dd2fade7ff45743d --- develop/development/contributing_guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'develop/development/contributing_guide.html') diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index b328bba158..1bf8403da6 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -317,7 +317,7 @@ useful to reproduce this locally.

Using Docker

The easiest way to do so is to run Postgres via a docker container. In one terminal:

-
docker run --rm -e POSTGRES_PASSWORD=mysecretpassword -e POSTGRES_USER=postgres -e POSTGRES_DB=postgress -p 5432:5432 postgres:14
+
docker run --rm -e POSTGRES_PASSWORD=mysecretpassword -e POSTGRES_USER=postgres -e POSTGRES_DB=postgres -p 5432:5432 postgres:14
 

If you see an error like

docker: Error response from daemon: driver failed programming external connectivity on endpoint nice_ride (b57bbe2e251b70015518d00c9981e8cb8346b5c785250341a6c53e3c899875f1): Error starting userland proxy: listen tcp4 0.0.0.0:5432: bind: address already in use.
-- 
cgit 1.5.1