Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
petuhovskiy committed Feb 9, 2020
1 parent 8d091f7 commit 9db94a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ Simple telegram bot for automatic OpenVPN configuration

## Installation

TODO: one-liner bash script or single docker run.

```bash
docker run -d \
--name ovpn-tg-bot \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
--env ADMIN_TELEGRAM_ID=123456789 \
--env BOT_TOKEN=1231231231:AAAAAAAAABBBBCCCCCCCCCCCCCC \
ovpnbot

docker logs -f ovpn-tg-bot
arthurwow/ovpnbot
```

## Keep it as simple as that
### docker-compose

TODO: docker-compose

## Commands

Supported commands:
- [X] Initialize containers
Expand Down

0 comments on commit 9db94a3

Please sign in to comment.