Skip to content

Commit 3bbacb2

Browse files
authored
Add new postgres.conf file copy instructions in the Readme
1 parent 64a32da commit 3bbacb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ If you wish to configure your own instance of Codabench platform, here are the i
2020

2121
```
2222
$ cp .env_sample .env
23+
$ cp my-postgres_sample.conf my-postgres.conf
2324
$ docker compose up -d
2425
$ docker compose exec django ./manage.py migrate
2526
$ docker compose exec django ./manage.py generate_data

0 commit comments

Comments
 (0)