Setup Traefik restart always.

Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
6.19.x
Masaki Muranaka 2017-09-11 02:42:44 +00:00 committed by Florent BENOIT
parent ed73a101dc
commit 1174e9ca34
1 changed files with 1 additions and 0 deletions

View File

@ -70,4 +70,5 @@ traefik:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- '<%= scope.lookupvar('che::che_instance') -%>/config/traefik.toml:/etc/traefik/traefik.toml'
restart: always
<% end -%>