mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
update hubot
This commit is contained in:
parent
a180a83039
commit
b65f8a8335
@ -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:
|
||||
|
@ -1,5 +1,7 @@
|
||||
hubot:
|
||||
image: easypi/hubot-arm
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./data:/home/hubot/scripts
|
||||
environment:
|
||||
|
@ -1,5 +1,7 @@
|
||||
hubot:
|
||||
image: vimagick/hubot
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./data:/home/hubot/scripts
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user