diff --git a/hubot/README.md b/hubot/README.md index 06dd146..edc8b94 100644 --- a/hubot/README.md +++ b/hubot/README.md @@ -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: diff --git a/hubot/arm/docker-compose.yml b/hubot/arm/docker-compose.yml index e0cca97..0446d71 100644 --- a/hubot/arm/docker-compose.yml +++ b/hubot/arm/docker-compose.yml @@ -1,5 +1,7 @@ hubot: image: easypi/hubot-arm + ports: + - "8080:8080" volumes: - ./data:/home/hubot/scripts environment: diff --git a/hubot/docker-compose.yml b/hubot/docker-compose.yml index 6776a11..22ea520 100644 --- a/hubot/docker-compose.yml +++ b/hubot/docker-compose.yml @@ -1,5 +1,7 @@ hubot: image: vimagick/hubot + ports: + - "8080:8080" volumes: - ./data:/home/hubot/scripts environment: