fix: correct path for traefik file permission
This commit is contained in:
parent
867cf32e56
commit
2e91687643
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export class SystemExecutors {
|
|||
path.join(rootFolderHost, 'VERSION'),
|
||||
];
|
||||
|
||||
const files600 = [path.join(rootFolderHost, 'traefik', 'acme.json')];
|
||||
const files600 = [path.join(rootFolderHost, 'traefik', 'shared', 'acme.json')];
|
||||
|
||||
// Give permission to read and write to all files and folders for the current user
|
||||
await Promise.all(
|
||||
|
|
Loading…
Reference in a new issue