Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Jerenaux/phaserquest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerenaux committed May 4, 2017
2 parents e84ba45 + eb9eb41 commit ae8a8fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ By default, it'll attempt to connect to MongoDB on port `27017`; you can change

Alternatively, you can use the Dockerfile to create a container with all the necessary components already installed. You need to have [Docker](https://www.docker.com) installed. Then, in the directory where you clones the project, run:

`docker-compose build`
`docker-compose up -d`
```
docker-compose build
```
```
docker-compose up -d
```

The default por when using the Docker way is `80`, so you need to navigate to `<IP_of_your_Docker_machine>:80` to be able to access the game (e.g. 192.168.99.100:80).

Expand Down

0 comments on commit ae8a8fe

Please sign in to comment.