From f24c9722161a9049636afb79be4eab330d15e3ce Mon Sep 17 00:00:00 2001 From: xFuture603 Date: Thu, 31 Jul 2025 10:05:06 +0200 Subject: [PATCH] chore: removed docker-compose version --- docs/examples/docker/basic-docker-compose/docker-compose.yml | 3 ++- docs/examples/docker/idp-authelia-traefik/docker-compose.yml | 2 +- .../based-on/docker-compose-authentik.yml | 1 - .../idp-authentik-traefik/based-on/docker-compose-traefik.yml | 2 +- docs/examples/docker/idp-authentik-traefik/docker-compose.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/examples/docker/basic-docker-compose/docker-compose.yml b/docs/examples/docker/basic-docker-compose/docker-compose.yml index dd3c1f9a..d75d3117 100644 --- a/docs/examples/docker/basic-docker-compose/docker-compose.yml +++ b/docs/examples/docker/basic-docker-compose/docker-compose.yml @@ -1,5 +1,6 @@ -services: +--- +services: copyparty: image: copyparty/ac:latest container_name: copyparty diff --git a/docs/examples/docker/idp-authelia-traefik/docker-compose.yml b/docs/examples/docker/idp-authelia-traefik/docker-compose.yml index 9ebd73ba..3786c288 100644 --- a/docs/examples/docker/idp-authelia-traefik/docker-compose.yml +++ b/docs/examples/docker/idp-authelia-traefik/docker-compose.yml @@ -1,4 +1,4 @@ -version: '3.3' +--- networks: net: diff --git a/docs/examples/docker/idp-authentik-traefik/based-on/docker-compose-authentik.yml b/docs/examples/docker/idp-authentik-traefik/based-on/docker-compose-authentik.yml index cc941833..cdb29005 100644 --- a/docs/examples/docker/idp-authentik-traefik/based-on/docker-compose-authentik.yml +++ b/docs/examples/docker/idp-authentik-traefik/based-on/docker-compose-authentik.yml @@ -1,6 +1,5 @@ # https://goauthentik.io/docker-compose.yml --- -version: "3.4" services: postgresql: diff --git a/docs/examples/docker/idp-authentik-traefik/based-on/docker-compose-traefik.yml b/docs/examples/docker/idp-authentik-traefik/based-on/docker-compose-traefik.yml index 8708794d..ad7814b7 100644 --- a/docs/examples/docker/idp-authentik-traefik/based-on/docker-compose-traefik.yml +++ b/docs/examples/docker/idp-authentik-traefik/based-on/docker-compose-traefik.yml @@ -1,6 +1,6 @@ # https://goauthentik.io/docs/providers/proxy/server_traefik --- -version: "3.7" + services: traefik: image: traefik:v2.2 diff --git a/docs/examples/docker/idp-authentik-traefik/docker-compose.yml b/docs/examples/docker/idp-authentik-traefik/docker-compose.yml index 7ddf1a9d..cc5ee0fd 100644 --- a/docs/examples/docker/idp-authentik-traefik/docker-compose.yml +++ b/docs/examples/docker/idp-authentik-traefik/docker-compose.yml @@ -1,4 +1,4 @@ -version: "3.4" +--- volumes: database: