Update README.md
This commit is contained in:
parent
fac91dced7
commit
eccab5084f
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ This repository contains the Docker files required to get your own [xBrowserSync
|
|||
|
||||
## Running the API image
|
||||
|
||||
Running the API image alone requires that you have a MongoDB instance and, ideally, a web server to reverse proxy the API behind.
|
||||
Running the API image alone requires that you have a MongoDB instance and (ideally) a web server to reverse proxy the API behind.
|
||||
|
||||
1. Create a file named `settings.json` and include any required custom [settings](https://github.com/xbrowsersync/api#3-modify-configuration-settings) values, such as those for connecting to your MongoDB instance. For example, if you are running Docker and MongoDB on a windows server, you would point the service at the MongoDB instance running on the host using the following settings:
|
||||
|
||||
|
@ -67,4 +67,4 @@ If you do not already have a MongoDB instance or are intending to expose your xB
|
|||
|
||||
## Issues and feature requests
|
||||
|
||||
Please log Docker-related issues in the [api-docker Issues list](https://github.com/xbrowsersync/api-docker/issues), if you have found an issue with the xBrowserSync API itself or wish to request a new feature, do so in the [api Issues list](https://github.com/xbrowsersync/api/issues/).
|
||||
Please log Docker-related issues in the [api-docker Issues list](https://github.com/xbrowsersync/api-docker/issues), if you have found an issue with the xBrowserSync API itself or wish to request a new feature, do so in the [api Issues list](https://github.com/xbrowsersync/api/issues/).
|
||||
|
|
Loading…
Reference in a new issue