From 92f3e4168b327d39e57e9668e46fb966ec9d501c Mon Sep 17 00:00:00 2001 From: nikurasu Date: Fri, 11 Nov 2022 14:25:16 +0100 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce86973..2d9d3ba 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,6 @@ A up to date docker image is provided at my gitea, but you can also build it you 3. Build the image. For unix like systems I provide a bash script in `dev/shell/docker-prod.sh`. I hated the hassle to type the full command every time ;) ### Deploy -Done with docker-compose. Use the file at `dev/docker/stacks/main/compose.yml` and edit it to your needs. \ No newline at end of file +1. Done with docker-compose. Use the file at `dev/docker/stacks/main/compose.yml` and edit it to your needs. +2. Configure the resulting config.yml file under your mounted assets volume `config/config.yml` and replace the profile pic in the img folder `img/profilepic.jpg`. + The image name can be ajusted in the config file if needed. \ No newline at end of file