Changed file permissions for netdata and updated docker compose files for zoneminder, pihole, syncthing and grafana services with ports, volumes and environment variables.

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2023-02-09 01:14:30 +01:00
parent 350b3ec149
commit f3254d5b79
3 changed files with 50 additions and 45 deletions

View File

@@ -5,9 +5,10 @@
path: "{{ item }}"
owner: 1000
group: 1000
mode: '755'
mode: '777'
state: directory
loop:
- "{{ netdata_config }}"
- "{{ netdata_cache }}"
- "{{ netdata_lib }}"
become: true