Skip to content

Commit

Permalink
[docs] proper backticks for file locations
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbtv committed Mar 13, 2017
1 parent 22b1492 commit 2e75637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ with the following template:
elasticsearch
kibana

These names (e.g. jenkins_master, logstash, etc) should match the names as defined in 'docker-compose.yml'.
These names (e.g. jenkins_master, logstash, etc) should match the names as defined in `./docker-compose.yml`.

### Adding baremetal slaves to a Docker deployment

If you need to add jenkins slaves (baremetal), add slave information in 'hosts/containers'
If you need to add jenkins slaves (baremetal), add slave information in `./hosts/containers`
as the following (be sure to add `ansible_connection=ssh` as well).

[jenkins_slave]
Expand Down

0 comments on commit 2e75637

Please sign in to comment.