From cd7553f157542ee12274c58e4006f772a91cdd7d Mon Sep 17 00:00:00 2001 From: Troy McCall Date: Mon, 24 Jun 2024 09:50:41 -0400 Subject: [PATCH] fix reference in docker-compose --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 68320b8..360dedc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: - --api.dashboard=true - --api.insecure=true - --experimental.plugins.traefik-modsecurity-plugin.modulename=github.com/madebymode/traefik-modsecurity-plugin - - --experimental.plugins.traefik-modsecurity-plugin.version=v2.0.0 + - --experimental.plugins.traefik-modsecurity-plugin.version=v1.6.0 - --providers.docker=true - --entrypoints.http.address=:80 volumes: