delete sudo from traefik init container cmd

- https://github.com/chatmail/relay/pull/614#discussion_r2297818856
This commit is contained in:
Keonik1
2025-08-25 22:04:36 +03:00
parent 5dcb002bc6
commit f027afdd28

View File

@@ -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