From 3bbacb2b2913b8b59a92af72ff9e5b831c32760f Mon Sep 17 00:00:00 2001 From: Obada Haddad-Soussac <11889208+ObadaS@users.noreply.github.com> Date: Thu, 5 Mar 2026 12:28:40 +0100 Subject: [PATCH] Add new postgres.conf file copy instructions in the Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89a43a7df..25fe132d2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ If you wish to configure your own instance of Codabench platform, here are the i ``` $ cp .env_sample .env +$ cp my-postgres_sample.conf my-postgres.conf $ docker compose up -d $ docker compose exec django ./manage.py migrate $ docker compose exec django ./manage.py generate_data