From b2983c826dc49133541d2cc7040fae0849c34de6 Mon Sep 17 00:00:00 2001 From: Julia Gschwend Date: Mon, 6 May 2024 16:05:42 -0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b87177e..530344e 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,13 @@ cp .env.local-template .env.local Edit the files and change the variables according to your environment, in this first moment pay attention to the variables referring to the django database and connection (optional). +Check your linux user id with: + +```bash +echo $UID +``` +and update it in the `docker-compose.yml` file if necessary (if it is not the usual 1000). + Now start the database service. It is important that the first time the database service is turned on alone, in this step postgresql will create the database and the user based on the settings `POSTGRES_USER`, `POSTGRES_PASSWORD` and `POSTGRES_DB`. ```bash