File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
name : " {{ geth_container_name }}-init"
24
24
image : " {{ geth_container_image }}"
25
25
detach : false
26
- auto_remove : {{ geth_init_autoremove_enabled }}
26
+ auto_remove : " {{ geth_init_autoremove_enabled }}"
27
27
restart_policy : " no"
28
28
state : started
29
29
volumes : " {{ geth_init_custom_network_container_volumes }}"
Original file line number Diff line number Diff line change 31
31
image : " {{ nimbus_container_image }}"
32
32
state : started
33
33
detach : false
34
- auto_remove : {{ nimbus_checkpoint_autoremove_enabled }}
34
+ auto_remove : " {{ nimbus_checkpoint_autoremove_enabled }}"
35
35
restart_policy : " no"
36
36
stop_timeout : " {{ nimbus_container_stop_timeout }}"
37
- volumes : {{ nimbus_container_volumes }}
37
+ volumes : " {{ nimbus_container_volumes }}"
38
38
env : " {{ nimbus_container_env }}"
39
39
networks : " {{ nimbus_container_networks }}"
40
- command : {{ nimbus_checkpoint_container_command + nimbus_checkpoint_container_command_extra_args }}
40
+ command : " {{ nimbus_checkpoint_container_command + nimbus_checkpoint_container_command_extra_args }}"
41
41
user : " {{ nimbus_user_meta.uid }}"
42
42
43
43
- name : Run nimbus container
You can’t perform that action at this time.
0 commit comments