Skip to content

Commit c857e98

Browse files
authored
Merge pull request alex-ac#2 from vtemian/patch-1
Update README.md
2 parents 6aea8d8 + 99ebde3 commit c857e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ unknown docker-images. It is entirely built from Dockerfile on top of
1818
* `ssh_user` - Remote user which should have access to docker.
1919
* `docker_compose_prefix` - Project name passed to compose. Each docker
2020
container will have this prefix in name.
21-
* `docker_compose_file` - Path to the docker-compose file in the repository.
21+
* `docker_compose_filename` - Path to the docker-compose file in the repository.
2222
* `use_stack` - Use docker stack instead of docker-compose.
2323

2424
# Usage example
@@ -48,7 +48,7 @@ ssh example.com
4848
$ sudo mkdir /var/lib/docker-deploy/.ssh
4949
$ sudo chown docker-deploy:docker-deploy /var/lib/docker-deploy/.ssh
5050
$ sudo install -o docker-deploy -g docker-deploy -m 0600 deploy_key.pub /var/lib/docker-deploy/.ssh/authorized_keys
51-
$ sudo chmod 0500 /var/lib/deploy/.ssh
51+
$ sudo chmod 0500 /var/lib/docker-deploy/.ssh
5252
$ rm deploy_key.pub
5353
```
5454

0 commit comments

Comments
 (0)