From 7936d88c57352bce32b420b6c612322e2b9c3ef8 Mon Sep 17 00:00:00 2001 From: ace Date: Sun, 1 Aug 2021 15:05:34 +0300 Subject: [PATCH] update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7c8df63..7996a4a 100644 --- a/README.md +++ b/README.md @@ -38,17 +38,17 @@ github-release-bot \ - datadir - optional, dir for storing files with latest releases, default "data" ## Docker -### Docker build -```ShellSession -make build -``` ### Docker run ```ShellSession -docker run -d -v ./config.yaml:/opt/config.yaml -v ./data:/opt/data registry.0xace.cc/ghp/github-release-bot:latest \ +docker run -d -v ./config.yaml:/opt/config.yaml -v ./data:/opt/data registry.geekhome.org/ghp/github-release-bot:latest \ -e TOKEN=${TOKEN} -e CHATID=${CHATID} \ -e CONFIG=${CONFIG} -e DATADIR=${DATADIR} \ -e INTERVAL=${INTERVAL} -e SPREAD=${SPREAD} ``` +### Docker build +```ShellSession +make build +``` ### Docker params OS ENV used to pass arguments: - TOKEN - required, Telegram token