add telegraf, portainer to auto-update

This commit is contained in:
2024-05-07 22:17:03 +01:00
parent e916f48254
commit 355b68e28c
5 changed files with 20 additions and 9 deletions

View File

@@ -107,4 +107,5 @@ docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /va
```
docker volume create --driver local --opt type=none --opt device=/home/admin/repos --opt o=bind hostfs_home_admin_repos
docker volume create --driver local --opt type=none --opt device=/mnt/media@sshfs:nas.lan --opt o=bind music
docker volume create --driver local --opt type=none --opt device=/ --opt o=bind hostfs
```