Set hostname for duplicati so it's picked up correctly in the UI
This shouldn't have any negative impact. Hopefully...
This commit is contained in:
parent
851f750948
commit
986fc50fde
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ services:
|
|||
duplicati:
|
||||
image: linuxserver/duplicati:v2.0.5.1-2.0.5.1_beta_2020-01-18-ls60
|
||||
container_name: duplicati
|
||||
hostname: "{{ ansible_fqdn }}"
|
||||
environment:
|
||||
- PUID={{ docker_user.id }}
|
||||
- PGID={{ docker_user.id }}
|
||||
|
|
Loading…
Reference in a new issue