From f027afdd28b25fd5df58f9ca86f26e9d1c1ca49a Mon Sep 17 00:00:00 2001 From: Keonik1 Date: Mon, 25 Aug 2025 22:04:36 +0300 Subject: [PATCH] delete sudo from traefik init container cmd - https://github.com/chatmail/relay/pull/614#discussion_r2297818856 --- docker/docker-compose-traefik.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose-traefik.yaml b/docker/docker-compose-traefik.yaml index d149e318..108ab0d6 100644 --- a/docker/docker-compose-traefik.yaml +++ b/docker/docker-compose-traefik.yaml @@ -80,8 +80,8 @@ services: working_dir: /app entrypoint: sh -c ' touch acme.json && - sudo chown 0:0 ./acme.json && - sudo chmod 600 ./acme.json' + chown 0:0 ./acme.json && + chmod 600 ./acme.json' volumes: - ./traefik/data:/app