Skip to content

Commit 1174e9c

Browse files
monakabenoitf
authored andcommitted
Setup Traefik restart always.
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
1 parent ed73a10 commit 1174e9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dockerfiles/init/modules/compose/templates/docker-compose.yml.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,5 @@ traefik:
7070
volumes:
7171
- /var/run/docker.sock:/var/run/docker.sock
7272
- '<%= scope.lookupvar('che::che_instance') -%>/config/traefik.toml:/etc/traefik/traefik.toml'
73+
restart: always
7374
<% end -%>

0 commit comments

Comments
 (0)