Unverified Commit 98dab539 authored by Tom Moulard's avatar Tom Moulard
Browse files

rocketchat: updating traefik labels to v2.4

parent 92f83720
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,8 +41,8 @@ services:
      - './rocketchat/uploads:/app/uploads'
    labels:
      - 'traefik.enable=true'
      - 'traefik.frontend.rule=Host:rocketchat.${SITE}'
      - 'traefik.port=3000'
      - 'traefik.http.routers.rocketchat.rule=Host(`rocketchat.${SITE}`)'
      - 'traefik.http.services.rocketchat.loadbalancer.server.port=3000'

  # hubot, the popular chatbot (add the bot user first and change the password before starting this image)
  rocketchat-hubot: