diff --git a/docs/getting-started/install/docker.md b/docs/getting-started/install/docker.md index 720b77ef52f..84c1086aba3 100644 --- a/docs/getting-started/install/docker.md +++ b/docs/getting-started/install/docker.md @@ -25,8 +25,6 @@ docker container run -d \ Alternatively, you can use `docker-compose.yml`: ```yaml -version: "3.8" - services: dokku: image: dokku/dokku:0.34.9 diff --git a/plugins/caddy-vhosts/templates/compose.yml.sigil b/plugins/caddy-vhosts/templates/compose.yml.sigil index a96f18df226..a2f04ef35d9 100644 --- a/plugins/caddy-vhosts/templates/compose.yml.sigil +++ b/plugins/caddy-vhosts/templates/compose.yml.sigil @@ -1,6 +1,4 @@ --- -version: "3.8" - services: caddy: image: "{{ $.CADDY_IMAGE }}" diff --git a/plugins/haproxy-vhosts/templates/compose.yml.sigil b/plugins/haproxy-vhosts/templates/compose.yml.sigil index 9097a548bfc..be884d5beca 100644 --- a/plugins/haproxy-vhosts/templates/compose.yml.sigil +++ b/plugins/haproxy-vhosts/templates/compose.yml.sigil @@ -1,6 +1,4 @@ --- -version: "3.8" - services: haproxy: image: "{{ $.HAPROXY_IMAGE }}" diff --git a/plugins/logs/templates/compose.yml.tmpl b/plugins/logs/templates/compose.yml.tmpl index b8ec72469ac..70f033667b8 100644 --- a/plugins/logs/templates/compose.yml.tmpl +++ b/plugins/logs/templates/compose.yml.tmpl @@ -1,6 +1,4 @@ --- -version: "3.8" - services: vector: image: "{{ $.VectorImage }}" diff --git a/plugins/openresty-vhosts/templates/compose.yml.sigil b/plugins/openresty-vhosts/templates/compose.yml.sigil index d6a13ffe91d..f5d9f450144 100644 --- a/plugins/openresty-vhosts/templates/compose.yml.sigil +++ b/plugins/openresty-vhosts/templates/compose.yml.sigil @@ -1,6 +1,4 @@ --- -version: "3.8" - services: openresty: image: "{{ $.OPENRESTY_IMAGE }}" diff --git a/plugins/traefik-vhosts/templates/compose.yml.sigil b/plugins/traefik-vhosts/templates/compose.yml.sigil index b26b2e477ed..6a3e07f571d 100644 --- a/plugins/traefik-vhosts/templates/compose.yml.sigil +++ b/plugins/traefik-vhosts/templates/compose.yml.sigil @@ -1,6 +1,4 @@ --- -version: "3.8" - services: traefik: image: "{{ $.TRAEFIK_IMAGE }}"