docker: add missing variables for Docker Compose V2

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-09-06 14:27:22 +02:00
parent bf373909e7
commit 3b7545bea7
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 2 additions and 2 deletions

View File

@ -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'