Skip to content

Commit 63aad4d

Browse files
committed
Adjust secrets
1 parent 235b6d5 commit 63aad4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/deploying.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ scp compose.yaml youruser@yourserver:
4343

4444
### 4. Set Secrets
4545

46-
Docker needs your secrets (passwords, keys, etc.). There are a few options:
46+
The stack needs your secrets (passwords, keys, etc.). There are a few options:
4747

4848
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.
49+
1. Set environment variables in the the `docker compose` command, being sure to
50+
disable shell history (inconvenient).
5151
1. Use environment injection in your CI/CD. (Recommended)
5252

5353
## 🚀 5. Launch your Stack

0 commit comments

Comments
 (0)