diff --git a/README.md b/README.md index b030b98..cee55bf 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,18 @@ id -nG git clone https://gitea.metacores.ru/nchebrov/mostlymatter -docker-compose up -d \ No newline at end of file +docker-compose up -d + +---------------- +Обновление версии + +docker-compose down + +docker image rm mostlymatter-mostlymatter:latest + +git pull + +docker build . --no-cache + +docker-compose up -d +