From dc53970ff0f4d32e50b1b469f49d7beeb970ce9d Mon Sep 17 00:00:00 2001 From: Allegro AI <51604379+allegroai-git@users.noreply.github.com> Date: Tue, 19 Nov 2019 00:01:12 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d78663e..c6399d9 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Latest docker images can be found [here](https://hub.docker.com/r/allegroai/trai 1. Launch the Docker containers ```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)**