Skip to content

Commit 49936b4

Browse files
authored
Merge pull request #2231 from codalab/update_readme_postgres
Add new postgres.conf file copy instructions in the Readme
2 parents 64a32da + 3bbacb2 commit 49936b4

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)