From f89fd2e64cd97207651311a12061cfde0aadc219 Mon Sep 17 00:00:00 2001 From: Dennis Brakhane Date: Mon, 18 Sep 2023 11:35:47 +0200 Subject: [PATCH] fix link to docker docs (#1082) --- README.md | 4 ++-- sample_go_module/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a32a7079c..b1087d42b9 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ The server is simple to setup and run for local development and can be deployed The fastest way to run the server and the database is with Docker. Setup Docker and start the daemon. -1. Set up a [docker-compose file](https://heroiclabs.com/docs/install-docker-quickstart/#using-docker-compose) and place it in a folder for your project. +1. Set up a [docker-compose file](https://heroiclabs.com/docs/nakama/getting-started/install/docker/#running-nakama) and place it in a folder for your project. 2. Run `docker-compose -f ./docker-compose.yml up` to download container images and run the servers. -For more detailed instructions have a look at our [Docker quickstart](https://heroiclabs.com/docs/install-docker-quickstart) guide. +For more detailed instructions have a look at our [Docker quickstart](https://heroiclabs.com/docs/nakama/getting-started/install/docker) guide. Nakama Docker images are maintained on [Docker Hub](https://hub.docker.com/r/heroiclabs/nakama/tags) and [prerelease](https://hub.docker.com/r/heroiclabs/nakama-prerelease/tags) images are occasionally published for cutting edge features of the server. diff --git a/sample_go_module/README.md b/sample_go_module/README.md index 3ffd983a8e..6213bf0559 100644 --- a/sample_go_module/README.md +++ b/sample_go_module/README.md @@ -87,7 +87,7 @@ For Windows development and environments where you want to use our official Dock In the command above we bind-mount your current folder into the container and use the Go toolchain inside it to run the build. The output artifacts are written back into your host filesystem. -2. Use our official Docker Compose [file](https://heroiclabs.com/docs/install-docker-quickstart/#using-docker-compose) to run all containers together and load in your custom module. +2. Use our official Docker Compose [file](https://heroiclabs.com/docs/nakama/getting-started/install/docker/#running-nakama) to run all containers together and load in your custom module. __NOTE:__ You should copy the `.so` files generated in step 1. to the `/modules` folder of your Nakama source files and then run the command below from the Nakama root directory.