1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00

update hubot

This commit is contained in:
kev 2017-04-21 17:52:00 +08:00
parent a180a83039
commit b65f8a8335
3 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,8 @@ Hubot's power comes through [scripts][2].
```yaml
hubot:
image: vimagick/hubot
ports:
- "8080:8080"
volumes:
- ./data:/home/hubot/scripts
environment:

View File

@ -1,5 +1,7 @@
hubot:
image: easypi/hubot-arm
ports:
- "8080:8080"
volumes:
- ./data:/home/hubot/scripts
environment:

View File

@ -1,5 +1,7 @@
hubot:
image: vimagick/hubot
ports:
- "8080:8080"
volumes:
- ./data:/home/hubot/scripts
environment: