mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 04:18:09 +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
|
working_dir: /app
|
||||||
entrypoint: sh -c '
|
entrypoint: sh -c '
|
||||||
touch acme.json &&
|
touch acme.json &&
|
||||||
sudo chown 0:0 ./acme.json &&
|
chown 0:0 ./acme.json &&
|
||||||
sudo chmod 600 ./acme.json'
|
chmod 600 ./acme.json'
|
||||||
volumes:
|
volumes:
|
||||||
- ./traefik/data:/app
|
- ./traefik/data:/app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user