From a431c1d43f18474f2232a7458f120c31951b2b57 Mon Sep 17 00:00:00 2001 From: Thumbscrew Date: Sun, 27 Feb 2022 15:40:07 +0000 Subject: [PATCH] remove echo steps Outputting special characters to files this way doesn't necessarily work --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 66157db..13053fe 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,6 @@ cp .env.example .env - `secrets/nextcloud_admin_user.txt` - `secrets/nextcloud_admin_password.txt` -```bash -# Postgres -echo "SuperSecretPassword" > secrets/postgres_password.txt # Replace with your own super secret password - -# Nextcloud -echo "admin" > secrets/nextcloud_admin_user.txt # Replace with desired admin username -echo "SuperSecretPassword" > secrets/nextcloud_admin_password.txt # Replace with super secret password for admin Nextcloud user -``` - 6. Bring up the containers! ```bash