Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 0d32738c authored by Benedikt Wegmann's avatar Benedikt Wegmann
Browse files

docker: daemon.json.erb -"live-restore": true

parent ac60c0b9
No related branches found
No related tags found
No related merge requests found
{
<% if @service_provider == 'systemd' %>
"log-driver": "journald",
<% end -%>
<% if @live_restore.to_s == 'true' %>
"live-restore": true
"log-driver": "journald"
<% end -%>
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment