From b091e6080deb5ecc3f4bd9a043ebf6a908789223 Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Thu, 20 Jan 2022 12:45:00 +0100 Subject: [PATCH] Added mem info --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fea03e1..9c466de 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,15 @@ If the bot gets stuck, press ESC to restart it. ### Advanced use case -You can build a specific tag of [Wohnungsbot](https://github.com/neopostmodern/wohnungsbot) by using the following syntax. The data is generally automatically persisted in a docker volume, but that volume can also be named. +You can build a specific tag of [Wohnungsbot](https://github.com/neopostmodern/wohnungsbot) by using the following syntax. The data is generally automatically persisted in an unnamed docker volume, but that volume can also be named. ``` docker build -t wohnungsbot --build-arg WB_VERSION=1.4.0 https://github.com/Wyrrrd/docker-wohnungsbot.git docker run -td -p 6080:6080 -v wohnungsbot_data:/data wohnungsbot ``` +If you are limiting the available memory for your containers, 500m should be enough. It is a GUI application after all. + ## Credits * [Wohnungsbot](https://github.com/neopostmodern/wohnungsbot)