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:
Jake Howard 2020-05-25 17:32:44 +01:00
parent 851f750948
commit 986fc50fde
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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 }}