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