Update docker-compose.yml

Remove IP address from Chronograf port to make Chronograf accessible from outside of Docker container.
This commit is contained in:
L2v2P 2020-04-23 14:05:54 +02:00 committed by GitHub
parent 48d4841e4e
commit d40d218ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services:
image: chronograf:latest
restart: always
ports:
- '127.0.0.1:8888:8888'
- '8888:8888'
volumes:
- chronograf-storage:/var/lib/chronograf
depends_on: