Skip to content

Commit

Permalink
delay start of rocketchat
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 6, 2019
1 parent 4a60a71 commit b88b4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/rocketchat/templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
rocketchat:
restart: always
image: "{{ rocketchat_registry_url }}{{ rocketchat_image_name }}:{{ rocketchat_version }}"
command: "node --use-openssl-ca main.js"
command: "bash -c 'sleep 10 && node --use-openssl-ca main.js'"
networks:
- internal
- external
Expand Down

0 comments on commit b88b4a2

Please sign in to comment.