From 0916ed25901e2de310e052d3a5e4cf2d016dc5a8 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 4 Mar 2018 23:57:32 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36a6dc2..9cdb06f 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,11 @@ Docker container is built on top of [Chloe image](https://github.com/PavelShar/C To run foodometer bot all you need is to execute this command: ``` -docker run --name foodometer -d -p 8880:80 -e WEB_HOOK= -e BOT_TOKEN= pavelshar/foodometer:latest +docker run --name foodometer -d -p 8880:80 -e WEB_HOOK= -e BOT_TOKEN= -e LOCALE=en pavelshar/foodometer:latest ``` `BOT_TOKEN` - obtained token from [@BotFather](https://telegram.me/BotFather) -`WEB_HOOK` - external https hook for server interaction +`WEB_HOOK` - external https hook for server interaction +`LOCALE` - bot locale - `en` and `ru` are supported > Be accurate with port mappings: your internal `8880` should be mapped with your external `WEB_HOOK`