mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-09 00:29:57 +08:00
update readme
This commit is contained in:
parent
f4f973d25a
commit
15e187e009
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue