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
@ -3,6 +3,7 @@ services:
|
|||||||
duplicati:
|
duplicati:
|
||||||
image: linuxserver/duplicati:v2.0.5.1-2.0.5.1_beta_2020-01-18-ls60
|
image: linuxserver/duplicati:v2.0.5.1-2.0.5.1_beta_2020-01-18-ls60
|
||||||
container_name: duplicati
|
container_name: duplicati
|
||||||
|
hostname: "{{ ansible_fqdn }}"
|
||||||
environment:
|
environment:
|
||||||
- PUID={{ docker_user.id }}
|
- PUID={{ docker_user.id }}
|
||||||
- PGID={{ docker_user.id }}
|
- PGID={{ docker_user.id }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user