Sfoglia il codice sorgente

fix: add missing YAML document start marker

Christoph Schug 1 anno fa
parent
commit
9e1bbe96a8

+ 1 - 0
docker-compose/prometheus/config/prometheus.yaml

@@ -1,3 +1,4 @@
+---
 global:
 global:
   scrape_interval:     15s # By default, scrape targets every 15 seconds.
   scrape_interval:     15s # By default, scrape targets every 15 seconds.
 
 

+ 1 - 0
docker-compose/teleport/config/teleport.yaml

@@ -1,3 +1,4 @@
+---
 version: v2
 version: v2
 teleport:
 teleport:
   nodename: your-server-name
   nodename: your-server-name

+ 1 - 0
docker-compose/traefik/config/conf.d/externalservice.yaml

@@ -1,3 +1,4 @@
+---
 http:
 http:
   # -- Change Router Configuration here...
   # -- Change Router Configuration here...
   routers:
   routers:

+ 1 - 0
docker-compose/traefik/config/conf.d/tls.yaml

@@ -1,3 +1,4 @@
+---
 # -- Change TLS Configuration here...
 # -- Change TLS Configuration here...
 tls:
 tls:
   options:
   options:

+ 1 - 0
docker-compose/traefik/config/traefik.yaml

@@ -1,3 +1,4 @@
+---
 global:
 global:
   checkNewVersion: false
   checkNewVersion: false
   sendAnonymousUsage: false
   sendAnonymousUsage: false

+ 1 - 0
docker-compose/wazuh/compose.yaml

@@ -1,3 +1,4 @@
+---
 services:
 services:
   wazuh.manager:
   wazuh.manager:
     image: docker.io/wazuh/wazuh-manager:4.9.2
     image: docker.io/wazuh/wazuh-manager:4.9.2