Run duplicati as root
This ensures it has all the right permissions to access all the right files. Host is mounted read-only, so there's no real security risk.
This commit is contained in:
parent
5940b6970a
commit
796c694170
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ services:
|
|||
image: linuxserver/duplicati:v2.0.5.1-2.0.5.1_beta_2020-01-18-ls66
|
||||
hostname: "{{ ansible_fqdn }}"
|
||||
environment:
|
||||
- PUID={{ docker_user.id }}
|
||||
- PGID={{ docker_user.id }}
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- TZ=Europe/London
|
||||
volumes:
|
||||
- ./config:/config
|
||||
|
|
Loading…
Reference in a new issue