Skip to content

Commit 104dde3

Browse files
committed
Adjust docs
1 parent 9a3f226 commit 104dde3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/deploying.md

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

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

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).
48+
1. Put secrets in a `.env` file on the server. Convenient but Less secure. Be
49+
sure to `chmod 600 .env`.
50+
1. Set environment variables in the the `docker compose` command. Inconvenient.
51+
Be sure to disable shell history.
5152
1. Use environment injection in your CI/CD.
5253

5354
## 🚀 5. Launch your Stack

0 commit comments

Comments
 (0)