как обновить

This commit is contained in:
2025-12-28 06:08:57 +00:00
parent 3245cf0c87
commit 0e5b8a5ffb

View File

@@ -12,4 +12,18 @@ id -nG
git clone https://gitea.metacores.ru/nchebrov/mostlymatter
docker-compose up -d
docker-compose up -d
----------------
Обновление версии
docker-compose down
docker image rm mostlymatter-mostlymatter:latest
git pull
docker build . --no-cache
docker-compose up -d