Update README.md

This commit is contained in:
Allegro AI 2019-11-19 00:01:12 +02:00 committed by GitHub
parent 73592b991b
commit dc53970ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ Latest docker images can be found [here](https://hub.docker.com/r/allegroai/trai
1. Launch the Docker containers <a name="launch-docker"></a>
```bash
$ docker-compose up -f docker-compose.yml
$ docker-compose -f docker-compose.yml up
```
1. Your server is now running on [http://localhost:8080](http://localhost:8080) and the following ports are available:
@ -162,7 +162,7 @@ To apply the changes, you must [restart the *trains-server*](#restart-server).
To restart the **trains-server**, you must first stop the containers, and then restart them.
```bash
$ docker-compose down
$ docker-compose up -f docker-compose.yml
$ docker-compose -f docker-compose.yml up
```
@ -234,7 +234,7 @@ When we release a new version and include a new pre-built Docker image for it, u
1. Spin up the docker containers, it will automatically pull the latest trains-server build
```bash
$ docker-compose up -f docker-compose.yml
$ docker-compose -f docker-compose.yml up
```
**\* If something went wrong along the way, check our FAQ: [Docker Upgrade](docs/docker_setup.md#common-docker-upgrade-errors)**