Skip to content

Commit 6554d34

Browse files
authored
Merge pull request #29 from netz39/fix-daemon-config
🐛 templates: daemon.json: Remove trailing comma
2 parents 88e0548 + 25c63e7 commit 6554d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/daemon.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"exec-opts": ["native.cgroupdriver=systemd"],
99
"log-driver": "json-file",
1010
"log-opts": {
11-
"max-size": "{{ docker_log_max_size }}",
11+
"max-size": "{{ docker_log_max_size }}"
1212
},
1313
"data-root": "{{ docker_data_root }}",
1414
"storage-driver": "{{ docker_storage_driver }}"

0 commit comments

Comments
 (0)