Skip to content

Commit

Permalink
Rocket.Chat 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanogueira committed Feb 11, 2022
1 parent 3faa3ce commit 33ceaa0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ services:
command: /start-flower

rocketchat:
image: registry.rocket.chat/rocketchat/rocket.chat:4.4.0
image: registry.rocket.chat/rocketchat/rocket.chat:4.4.2
command: >
bash -c
"for i in `seq 1 30`; do
Expand Down Expand Up @@ -158,6 +158,18 @@ services:
retries: 3
start_period: 40s

webdav:
image: bytemark/webdav
volumes:
- /tmp/web:/var/lib/dav
environment:
- AUTH_TYPE=Basic
- USERNAME=alice
- PASSWORD=secret1234
- LOCATION=/webdav
ports:
- 8011:80

mongo:
image: mongo:4.4
restart: on-failure
Expand Down

0 comments on commit 33ceaa0

Please sign in to comment.