Skip to content

Commit

Permalink
fix docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Dugar committed Sep 27, 2019
1 parent e277721 commit 30b4d1b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ Followiing things includes in this role:
- clouddrove.ansible_role_docker_pritunl
```

## For default password
```console
$ sudo docker exec -it f3fc0129f3a4 pritunl default-password
```


## Variables

Expand Down
6 changes: 6 additions & 0 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ usage: |-
roles:
- clouddrove.ansible_role_docker_pritunl
```
## For default password
```console
$ sudo docker exec -it f3fc0129f3a4 pritunl default-password
```
# Variables use in the project
variables: |-
```yaml
Expand Down
3 changes: 1 addition & 2 deletions templates/pritunl
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ docker run --name pritunl --privileged \
-p 1194:1194/tcp \
-p 80:80/tcp \
-p 443:443/tcp \
--restart unless-stopped \
-d clouddrove/pritunl:{{ pritunl_version }}
clouddrove/pritunl:{{ pritunl_version }}

0 comments on commit 30b4d1b

Please sign in to comment.