Skip to content

Commit

Permalink
Update docker-compose instructions in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyro committed May 15, 2018
1 parent 0532cab commit c3cede8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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. Download [this](https://github.com/heroiclabs/nakama/blob/master/install/docker/docker-compose.yml) `"docker-compose"` file and place it in a folder for your project.
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.
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.
Expand Down

0 comments on commit c3cede8

Please sign in to comment.