From 0736313aacfeeaff2eb3e90e87b90ac2961c1bb3 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 1 Mar 2021 12:48:06 +0100 Subject: [PATCH] Turn into warning --- docs/deploy.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index ed78b60..1f76a2c 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -122,7 +122,12 @@ And we need to generate secrets for the app: database connection password, root $ abra app cloud.example.com secret generate --all ``` -Take care, these secrets are only shown once on the terminal so make sure to take note of them! Abra makes use of the [Docker secrets](https://docs.docker.com/engine/swarm/secrets/) mechanism to ship these secrets securely to the server and store them as encrypted data. +!!! warning + + Take care, these secrets are only shown once on the terminal so make sure + to take note of them! Abra makes use of the [Docker + secrets](https://docs.docker.com/engine/swarm/secrets/) mechanism to ship + these secrets securely to the server and store them as encrypted data. Then we can deploy the Nextcloud.