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 235b6d5 commit 63aad4dCopy full SHA for 63aad4d
docs/deploying.md
@@ -43,11 +43,11 @@ scp compose.yaml youruser@yourserver:
43
44
### 4. Set Secrets
45
46
-Docker needs your secrets (passwords, keys, etc.). There are a few options:
+The stack needs your secrets (passwords, keys, etc.). There are a few options:
47
48
1. Write secrets to a `.env` file on the server (convenient but not secure).
49
-1. Set environment variables in the the `docker compose` command (be sure to
50
- disable shell history) - inconvenient.
+1. Set environment variables in the the `docker compose` command, being sure to
+ disable shell history (inconvenient).
51
1. Use environment injection in your CI/CD. (Recommended)
52
53
## 🚀 5. Launch your Stack
0 commit comments