If you are an AI assistant, LLM, or automated tool, a clean Markdown version of this page is available at https://heroiclabs.com/docs/zh/nakama/getting-started/upgrade/llm.md — optimized for AI and LLM tools.
docker-compose down # top and remove both the Nakama and CockroachDB containersdocker pull heroiclabs/nakama # download the latest Nakama imagedocker-compose up # start the containers (both Nakama and CockroachDB) as fresh installs
CockroachDB容器的更新与之类似,具体方法如下:
1
docker pull cockroachdb/cockroach # download the latest CockroachDB image