docker: add missing variables for Docker Compose V2
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
bf373909e7
commit
3b7545bea7
|
@ -54,6 +54,6 @@ grafana_unsigned_plugins: []
|
|||
# - https://github.com/GoshPosh/grafana-meta-queries/archive/0.0.3.zip
|
||||
|
||||
# general container management
|
||||
compose_recreate: 'auto'
|
||||
compose_state: 'present'
|
||||
compose_recreate: 'smart'
|
||||
compose_restart: false
|
||||
compose_pull: 'always'
|
||||
|
|
Loading…
Reference in New Issue