mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
delete sudo from traefik init container cmd
- https://github.com/chatmail/relay/pull/614#discussion_r2297818856
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user