Skip to content

Commit

Permalink
Set log_driver to json-file
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Jan 11, 2018
1 parent 7254e1e commit c65652d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@
image: "molecule_local/{{ item.image }}"
state: started
recreate: False
log_driver: none
log_driver: json-file
command: "{{ item.command | default('sleep infinity') }}"
privileged: "{{ item.privileged | default(omit) }}"
volumes: "{{ item.volumes | default(omit) }}"
Expand Down

0 comments on commit c65652d

Please sign in to comment.