Open docker-compose.yml
, change line 32 to match your current working directory:
/c/Users/<username>/projects/TeardownNakamaServer:/nakama/data
Launch Nakama with Docker: docker-compose up -d
Find your local Nakama Docker Container ID:
docker-compose ls
Find heroiclabs/nakama:3.10.0
and copy it's ID
Build the Go files:
./scripts/build.sh CONTAINER_ID
All good to go, Nakama should have the latest module installed :)
Follow the docs for more info: https://heroiclabs.com/docs/nakama/getting-started/docker-quickstart/