You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ There is a [docker compose file](docker-compose.yml) that shows how to set up th
162
162
163
163
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.
164
164
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.
0 commit comments