diff options
author | Kim <1877318+kimsible@users.noreply.github.com> | 2020-05-18 17:50:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 17:50:58 +0200 |
commit | 148ab2f0f043a4c7cc28f9497cb6ae3819e8b838 (patch) | |
tree | a42494e2843d06a3dc18bfd76d5a41565014ab89 /support/doc/docker.md | |
parent | 51539e95d954867d5c4561ac56843105253db79c (diff) | |
download | PeerTube-148ab2f0f043a4c7cc28f9497cb6ae3819e8b838.tar.gz PeerTube-148ab2f0f043a4c7cc28f9497cb6ae3819e8b838.tar.zst PeerTube-148ab2f0f043a4c7cc28f9497cb6ae3819e8b838.zip |
Fixes docker-compose .env (#2538)
* chore: remove unused var
* fix database name as peertube + update comments
* chore: comment vars indentic to production.yrml
* add smtp comment
* clarify and detail comments
Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Diffstat (limited to 'support/doc/docker.md')
-rw-r--r-- | support/doc/docker.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/doc/docker.md b/support/doc/docker.md index c599af0f9..c1173972a 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md | |||
@@ -84,7 +84,6 @@ vim ./.env | |||
84 | In the downloaded example [.env](https://github.com/Chocobozzz/PeerTube/blob/master/support/docker/production/.env), you must replace: | 84 | In the downloaded example [.env](https://github.com/Chocobozzz/PeerTube/blob/master/support/docker/production/.env), you must replace: |
85 | - `<MY POSTGRES USERNAME>` | 85 | - `<MY POSTGRES USERNAME>` |
86 | - `<MY POSTGRES PASSWORD>` | 86 | - `<MY POSTGRES PASSWORD>` |
87 | - `<MY POSTGRES DB>` | ||
88 | - `<MY DOMAIN>` without 'https://' | 87 | - `<MY DOMAIN>` without 'https://' |
89 | - `<MY EMAIL ADDRESS>` | 88 | - `<MY EMAIL ADDRESS>` |
90 | 89 | ||