1
0

Добавил конфигурацию для домашней страницы

This commit is contained in:
2022-08-15 11:46:14 +03:00
parent 0f32e327e4
commit e025f86659
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,4 @@
---
netdata_version: 'v1.18.0'
netdata_image: 'netdata/netdata:{{ netdata_version }}'
netdata_exposed_port: '19999'

View File

@ -9,7 +9,7 @@
image: '{{ netdata_image }}'
restart_policy: 'always'
published_ports:
- '127.0.0.1:19999:19999'
- '127.0.0.1:{{ netdata_exposed_port }}:19999'
volumes:
- '/proc:/host/proc:ro'
- '/sys:/host/sys:ro'