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:
Jake Howard 2020-08-30 11:15:08 +01:00
parent 5940b6970a
commit 796c694170
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -4,8 +4,8 @@ services:
image: linuxserver/duplicati:v2.0.5.1-2.0.5.1_beta_2020-01-18-ls66 image: linuxserver/duplicati:v2.0.5.1-2.0.5.1_beta_2020-01-18-ls66
hostname: "{{ ansible_fqdn }}" hostname: "{{ ansible_fqdn }}"
environment: environment:
- PUID={{ docker_user.id }} - PUID=0
- PGID={{ docker_user.id }} - PGID=0
- TZ=Europe/London - TZ=Europe/London
volumes: volumes:
- ./config:/config - ./config:/config