Advertisement
EvenoR

Ritual update

Oct 31st, 2024 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.00 KB | None | 0 0
  1. 1.
  2. nano ~/infernet-container-starter/deploy/docker-compose.yaml
  3. #после данной команды откроется конфиг-файл, в начале файла меняем версию 1.2.0 на 1.4.0 , выходим из файла нажав Ctrl+X Y Enter.
  4.  
  5. nano ~/infernet-container-starter/deploy/config.json
  6. #меняем infernet-container::1.0 на infernet-container-latest
  7. nano ~/infernet-container-starter/projects/hello-world/container/config.json
  8. #меняем infernet-container::1.0 на infernet-container-latest
  9.  
  10. 2.
  11. docker compose -f infernet-container-starter/deploy/docker-compose.yaml down
  12. #останавливаем ноду
  13. 3.
  14. docker compose -f infernet-container-starter/deploy/docker-compose.yaml up -d
  15. #запускаем ноду
  16. 4.
  17. docker ps
  18. #берем ID контейнера Infernet-node
  19. 5.
  20. docker logs {ID контейнера из ком.4} --tail 1000
  21. #покажет последнюю 1000 строк логов, не должно быть ошибок.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement