diff --git a/README.md b/README.md index 3908ff3..1c41681 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,15 @@ Edit the docker-compose.yml and change the following environment variables: ## Build the containers ``` # docker-compose build +or +# docker-compose -f docker-compose-nginx.yml build +``` + +## Run containers +``` +# docker-compose up +or +# docker-compose -f docker-compose-nginx.yml up ```