From 1295cd27db10a6a572ae2380c6dde741e87ec0f5 Mon Sep 17 00:00:00 2001 From: Dustin <75931548+dustinbrun@users.noreply.github.com> Date: Sat, 20 Mar 2021 12:24:25 +0100 Subject: [PATCH] Update Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5916817..0025e58 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ These Containers are designed to work on a Debain based machine. For each application there is a seperate folder. You need to place these folders in your home-directory, for example into `/root`. The docker-compose files are designed in a way, that all configuration- and data-folders are stored in these application folders. If you want to backup your containers you simply backup these folders and you can restore them easily. +Before you deploy a container, make sure to change the password variables in the `docker-compose.yml` file. Somtimes there are also other variables that you can adapt to your needs. + To deploy a container, go into the application-folder and type: ``` docker-compose up -d @@ -45,4 +47,4 @@ Most of these Files I have not written myself. I found these accross the web and Mainly these are the template files created by the respective developer of the application. -dustinbrun \ No newline at end of file +dustinbrun