From eb8c10116ed78d33d7d8106ff96065bbd441163c Mon Sep 17 00:00:00 2001 From: Czechman Date: Wed, 20 Oct 2021 04:33:34 +0200 Subject: [PATCH] noch mehr local entfernt --- docker-compose.traefik.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.traefik.yml b/docker-compose.traefik.yml index 96a6f11..5ccf7f2 100644 --- a/docker-compose.traefik.yml +++ b/docker-compose.traefik.yml @@ -27,8 +27,8 @@ services: volumes: - /docker/traefik/config/traefik.toml:/etc/traefik/traefik.toml - /docker/traefik/config/acme.json:/acme.json - - /docker/traefik/config/cert.crt:/integration/fixtures/https/cert.crt - - /docker/traefik/config/cert.key:/integration/fixtures/https/cert.key +# - /docker/traefik/config/cert.crt:/integration/fixtures/https/cert.crt +# - /docker/traefik/config/cert.key:/integration/fixtures/https/cert.key - /var/run/docker.sock:/var/run/docker.sock container_name: traefik