Remove unnecessary private_ip var from forrest

It was redundant
This commit is contained in:
Jake Howard
2021-06-03 20:47:33 +01:00
parent f1f2c620b0
commit d59e86a8e8
4 changed files with 3 additions and 4 deletions

View File

@ -22,7 +22,7 @@ services:
volumes:
- ./chronograf:/var/lib/chronograf
ports:
- "{{ private_ip }}:8888:8888"
- "{{ pve_hosts.forrest.ip }}:8888:8888"
networks:
grafana: