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 7518a9e commit e292e6aCopy full SHA for e292e6a
docs/deploying.md
@@ -45,11 +45,10 @@ scp compose.yaml youruser@yourserver:
45
46
Docker 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 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.
+1. Write secrets to a `.env` file on the server (convenient but not secure).
+1. Set environment variables in the the `docker compose` command (be sure to
+ disable shell history) - inconvenient.
+1. Use environment injection in your CI/CD. (Recommended)
53
54
## 🚀 5. Launch your Stack
55
0 commit comments