Skip to content

Commit e292e6a

Browse files
committed
Adjust secrets section
1 parent 7518a9e commit e292e6a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/deploying.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ scp compose.yaml youruser@yourserver:
4545

4646
Docker needs your secrets (passwords, keys, etc.). There are a few options:
4747

48-
1. Write secrets to a `.env` file on the server (convenient but not very
49-
secure).
50-
1. Set env vars in the the `docker compose` command (be sure to disable shell
51-
history).
52-
1. Use environment injection in your CI/CD.
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.
51+
1. Use environment injection in your CI/CD. (Recommended)
5352

5453
## 🚀 5. Launch your Stack
5554

0 commit comments

Comments
 (0)