Remove deprecated version tag from docker compose files

Bump Elastic Stack to 8.13.4
This commit is contained in:
t3chn0m4g3
2024-06-19 16:10:03 +02:00
parent a1d72aa7bd
commit 8f3966a675
47 changed files with 13 additions and 92 deletions

View File

@ -157,7 +157,6 @@ def main():
remove_unused_networks(selected_services, services, networks)
output_config = {
'version': '3.9',
'networks': networks,
'services': selected_services,
}