fix(system-executor): add correct permissions to traefik folder
This commit is contained in:
parent
4c05f91eb2
commit
62490a596b
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ export class SystemExecutors {
|
|||
path.join(rootFolderHost, 'media'),
|
||||
path.join(rootFolderHost, 'repos'),
|
||||
path.join(rootFolderHost, 'state'),
|
||||
path.join(rootFolderHost, 'traefik'),
|
||||
path.join(rootFolderHost, '.env'),
|
||||
path.join(rootFolderHost, 'docker-compose.yml'),
|
||||
path.join(rootFolderHost, 'VERSION'),
|
||||
|
|
Loading…
Add table
Reference in a new issue