Fix documentation, remove sudo from docker-compose up (issue #48)

This commit is contained in:
allegroai 2020-07-06 22:07:59 +03:00
parent aa22170ab4
commit 8678091d8f

View File

@ -16,7 +16,7 @@ To launch **trains-server** on Linux or macOS:
1. Verify the Docker CE installation. Execute the command:
sudo docker run hello-world
docker run hello-world
The expected is output is:
@ -84,7 +84,7 @@ To launch **trains-server** on Linux or macOS:
1. Run `docker-compose` with the downloaded configuration file.
sudo docker-compose -f docker-compose.yml up
docker-compose -f docker-compose.yml up
Your server is now running on [http://localhost:8080](http://localhost:8080) and the following ports are available: