Skip to content

Commit

Permalink
Merge pull request #2 from iqoption/add-dependencies
Browse files Browse the repository at this point in the history
Using docker-api-version variable
  • Loading branch information
arslanbekov authored Dec 28, 2017
2 parents afef21a + 9090f2e commit 2eed992
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ Set up [GridRouter](https://github.com/aerokube/ggr) in docker

Ggr is [using](http://aerokube.com/ggr/latest/#_creating_users_file) htpasswd files to store authentication data. Passwords are stored in encrypted form.

## Dependencies

None

#### Example

First step you need edit `./files/input.json`. This file help generate browser.xml
Expand All @@ -47,6 +43,10 @@ First step you need edit `./files/input.json`. This file help generate browser.x
- gridrouter
```
## Dependencies
None
## Contributing
1. Fork it;
2. Create your feature branch: `git checkout -b my-new-feature`;
Expand Down
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ grid_router_qouta_path: /etc/grid-router/quota
grid_router_qouta_password: selenoid
grid_router_qouta_user: selenoid
grid_router_gr_path: /etc/grid-router
grid_router_docker_api_version: 1.24

0 comments on commit 2eed992

Please sign in to comment.