Remove container names from containers
They're not needed for anything, and caused annoying weird issues when cycling containers
This commit is contained in:
@ -2,7 +2,6 @@ version: "2.3"
|
||||
services:
|
||||
duplicati:
|
||||
image: linuxserver/duplicati:v2.0.5.1-2.0.5.1_beta_2020-01-18-ls61
|
||||
container_name: duplicati
|
||||
hostname: "{{ ansible_fqdn }}"
|
||||
environment:
|
||||
- PUID={{ docker_user.id }}
|
||||
|
Reference in New Issue
Block a user