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: