Update README.md

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

View File

@ -234,6 +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 1. Spin up the docker containers, it will automatically pull the latest trains-server build
```bash ```bash
$ docker-compose -f docker-compose.yml pull
$ docker-compose -f docker-compose.yml up $ docker-compose -f docker-compose.yml up
``` ```