Skip to content

Commit

Permalink
Update README-docker.md (#205)
Browse files Browse the repository at this point in the history
Added a sentence, which states where the docker compose file is located.
  • Loading branch information
lakooi authored Jun 14, 2021
1 parent 1b7d4bc commit 2e2e871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ where to route backend server requests. This arguments can be configured when bu

### Running docker-compose with public images

There are also prebuilt images that you can use by running the command.
There are also prebuilt images that you can use by running the command. The yml files for different deployments are located under the deployment-templates folder.

`$env:ENV_FILE="configfile.env"; docker-compose -f .\docker-compose-from-remote.yml up --build`

Expand Down

0 comments on commit 2e2e871

Please sign in to comment.