We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3f226 commit 104dde3Copy full SHA for 104dde3
docs/deploying.md
@@ -45,9 +45,10 @@ scp compose.yaml youruser@yourserver:
45
46
The stack needs your secrets (passwords, keys, etc.). There are a few options:
47
48
-1. Put secrets in a `.env` file on the server (convenient but less secure).
49
-1. Set environment variables in the the `docker compose` command, being sure to
50
- disable shell history (inconvenient).
+1. Put secrets in a `.env` file on the server. Convenient but Less secure. Be
+ sure to `chmod 600 .env`.
+1. Set environment variables in the the `docker compose` command. Inconvenient.
51
+ Be sure to disable shell history.
52
1. Use environment injection in your CI/CD.
53
54
## 🚀 5. Launch your Stack
0 commit comments