diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -43,7 +43,12 @@ docker-compose up --build ## Environment variables -Copy `.env.example` to `.env` and fill in the values: +Copy `.env.example` to `.env` and fill in the values. Since it contains secrets (database passwords, app secret), restrict read access to your user only: + +```sh +cp .env.example .env +chmod 600 .env # owner-only read/write — prevents other users on the host from reading secrets +``` | Variable | Purpose | |----------|---------| |
