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: