File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ vector_cleanup: false # when set to "true" it will remove the container(s)
5
5
6
6
vector_container_image : timberio/vector:0.46.1-alpine
7
7
vector_container_name : vector
8
+ vector_container_entrypoint : ["/usr/local/bin/vector"]
9
+ vector_container_command : ["--config", "/etc/vector/vector.toml"]
8
10
vector_container_ports : []
9
11
vector_container_restart_policy : always
10
12
vector_container_networks : []
Original file line number Diff line number Diff line change 33
33
name : " {{ vector_container_name }}"
34
34
image : " {{ vector_container_image }}"
35
35
image_name_mismatch : recreate
36
+ command : " {{ vector_container_command }}"
37
+ entrypoint : " {{ vector_container_entrypoint }}"
36
38
ports : " {{ vector_container_ports }}"
37
39
restart_policy : " {{ vector_container_restart_policy }}"
38
40
networks : " {{ vector_container_networks }}"
You can’t perform that action at this time.
0 commit comments