From ce53c40bde4f80034ac69217562968cb7c0a98c6 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 29 May 2022 08:04:40 +1000 Subject: [PATCH] Add warning about scrubbing account data --- docs/start/docker_prod.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/start/docker_prod.md b/docs/start/docker_prod.md index 65e06e6..ad88000 100644 --- a/docs/start/docker_prod.md +++ b/docs/start/docker_prod.md @@ -117,6 +117,9 @@ Alternatively, admin account details can be specifed in the `.env` file, removin | INVENTREE_ADMIN_PASSWORD | Admin account password | | INVENTREE_ADMIN_EMAIL | Admin account email address | +!!! warning "Scrub Account Data" + Ensure that the admin account credentials are removed from the `.env` file after the first run, for security. + ### Start Docker Containers Now that the database has been created, migrations applied, and you have created an admin account, we are ready to launch the InvenTree containers: