mirror of
https://github.com/unpoller/unpoller.git
synced 2026-04-05 00:44:06 -04:00
Update docker-compose.yml
Remove IP address from Chronograf port to make Chronograf accessible from outside of Docker container.
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
|||||||
image: chronograf:latest
|
image: chronograf:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- '127.0.0.1:8888:8888'
|
- '8888:8888'
|
||||||
volumes:
|
volumes:
|
||||||
- chronograf-storage:/var/lib/chronograf
|
- chronograf-storage:/var/lib/chronograf
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user