Skip to content

Commit e6576e3

Browse files
authored
Fix .env location in README.md
1 parent 6893458 commit e6576e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ There is a [docker compose file](docker-compose.yml) that shows how to set up th
162162

163163
First setup the hidden `.env` file in the root directory of the project with your specific data. The contents of this file will populate environment variables inside the container.
164164

165-
Alternatively, if you are conserned about security you can define your variables inside `.secret.env` and mount this file as `/.env` in the container.
165+
Alternatively, if you are conserned about security you can define your variables inside `.secret.env` and mount this file as `/usr/src/app/.env` in the container.
166166

167167
Test your setup with
168168
```

0 commit comments

Comments
 (0)