From 15e187e00948dc28a79f29a94dfb5c93f2bb4140 Mon Sep 17 00:00:00 2001 From: Divyam Date: Wed, 16 Aug 2023 23:36:58 +0530 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 462027e..57e3e4c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ cd teldrive ``` now create the `.env` file with your variables. and start your container: **If you are deploying without https replace nginx.conf with nginx_nossl.conf -in docker-compose.yml.It should look like this.Replace #DBURL with POSTGRES URL to RUN first time migrations** +in docker-compose.yml.It should look like this.Replace #DBURL with POSTGRES URL to RUN first time migrations.Also add ?search_path=public to postgres url at end so that migrations don't error out.** ```yml volumes: - ./nginx_nossl.conf:/etc/nginx/conf.d/default.conf