fix: wrong network

This commit is contained in:
2021-06-24 16:37:10 +02:00
parent 9237d736d8
commit 9499ce49ae
3 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@
hostname: telegraf
domainname: cobald.local
networks:
- name: "{{docker_network | default('bridge') }}"
- name: "{{ cobald_docker_network }}"
volumes:
- "/container/volumes/telegraf/telegraf.conf:/etc/telegraf/telegraf.conf:ro"
state: started