Use hostname rather than fqdn

This commit is contained in:
Jake Howard
2021-03-04 16:06:43 +00:00
parent a4eb26b129
commit 2e05ed08fa
5 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@ version: "2.3"
services:
duplicati:
image: linuxserver/duplicati:version-v2.0.5.1-2.0.5.1_beta_2020-01-18
hostname: "{{ ansible_fqdn }}"
hostname: "{{ ansible_hostname }}"
environment:
- PUID=0
- PGID=0