Skip to content

Commit 3274ca4

Browse files
committed
Add image name
1 parent 2fd3e9e commit 3274ca4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ Find in **Telegram** has [howdoi](t.me/howdo_ibot)
77
Comming (i hope soon)
88
* Inline bot
99
* Select number of responses
10+
11+
12+
# Deploy
13+
14+
As simple as:
15+
```bash
16+
docker-compose up
17+
```
18+
19+
20+
enjoy!

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
version: '2'
22
services:
33
howdoibot:
4-
build: .
4+
image: matcom/howdoi
5+
build:
6+
context: "."
57
ports:
68
- "8443:5000"
79

0 commit comments

Comments
 (0)