Remove separate private and protected IP

This commit is contained in:
Jake Howard
2021-03-27 18:42:06 +00:00
parent 7580c0fd59
commit 1d997d3c33
13 changed files with 16 additions and 22 deletions

View File

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