don't manage syncthing configuration using Docker
expose syncthing config on NFS
This commit is contained in:
parent
36b2b48692
commit
bf178f61c8
7 changed files with 12 additions and 334 deletions
|
@ -53,6 +53,8 @@ nfs_shares:
|
|||
path: /mnt/data/ampache/config
|
||||
- name: music
|
||||
path: /mnt/data/nextcloud/data/data/pim/files/Music
|
||||
- name: syncthing_config
|
||||
path: /mnt/data/syncthing/config
|
||||
|
||||
database_passwords:
|
||||
nextcloud: !vault |
|
||||
|
|
Reference in a new issue