From 7bed258294bc5ab74e798165cd12825e77118642 Mon Sep 17 00:00:00 2001 From: Christian Galo Date: Mon, 14 Aug 2023 07:26:35 +0000 Subject: [PATCH] add secrets info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d98d83b..e3a5c2d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ Set the environment variables from the .env file during the shell session. set -a && source .env && set +a ``` +Set the secrets. + +``` +printf "SECRET_HERE" | docker secret create SECRET_NAME - +``` + Deploy using the `-c` flag to specify multiple compose files. ```