From 56da3b5725f40f4bad0020f052d423fa3e6a9b1f Mon Sep 17 00:00:00 2001 From: Bhagya Amarasinghe Date: Fri, 12 Dec 2025 15:59:26 +0530 Subject: [PATCH] chore: remove docker compose version pinning and update Traefik image version to v2.11.31 in docker-compose and documentation (#6967) Co-authored-by: Matti Nannt --- docker/docker-compose.yml | 1 - docker/formbricks.sh | 4 ++-- docs/self-hosting/configuration/custom-ssl.mdx | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 7056fbc164..436ea5190d 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -1,4 +1,3 @@ -version: "3.3" x-environment: &environment environment: ######################################################## REQUIRED ######################################################## diff --git a/docker/formbricks.sh b/docker/formbricks.sh index 909a086091..8347d11ca6 100755 --- a/docker/formbricks.sh +++ b/docker/formbricks.sh @@ -496,7 +496,7 @@ EOF if [[ $insert_traefik == "y" ]]; then cat >> "$services_snippet_file" << EOF traefik: - image: "traefik:v2.11.29" + image: "traefik:v2.11.31" restart: always container_name: "traefik" depends_on: @@ -525,7 +525,7 @@ EOF cat > "$services_snippet_file" << EOF traefik: - image: "traefik:v2.11.29" + image: "traefik:v2.11.31" restart: always container_name: "traefik" depends_on: diff --git a/docs/self-hosting/configuration/custom-ssl.mdx b/docs/self-hosting/configuration/custom-ssl.mdx index 257d898fe3..952097b28e 100644 --- a/docs/self-hosting/configuration/custom-ssl.mdx +++ b/docs/self-hosting/configuration/custom-ssl.mdx @@ -109,7 +109,7 @@ Modify the configuration to enforce SSL. The rest of the configuration should re <<: *environment traefik: - image: "traefik:v2.7" + image: "traefik:v2.11.31" restart: always container_name: "traefik" depends_on: