diff --git a/Readme.md b/Readme.md index c867a4a..40410ac 100644 --- a/Readme.md +++ b/Readme.md @@ -39,18 +39,18 @@ This will install and run all services required to run all features in Pinpoint - Pinpoint-Web Server - Pinpoint-Collector - Pinpoint-Agent - - Pinpoint-Flink(just for certain feature) + - Pinpoint-Flink(to support certain feature) - Pinpoint-Zookeeper - Pinpoint-Hbase - - Pinpoint-QuickStart(a sample application) - - Pinpoint-Mysql(just for certain feature) + - Pinpoint-QuickStart(a sample application, 1.8.1+) + - Pinpoint-Mysql(to support certain feature) This may take several minutes to download all necessary images. You can replace `QuickStart` application part with your application to start monitoring. - check [`Testing QuickStart application`](#testing-quickstart-application) for a quick demo of pinpoint - check [`Monitoring YOUR Application`](#monitoring-your-application) part for further details -### Mysql (optional) +### Mysql (optional, 1.8.1+) The Pinpoint-Mysql is necessary to use 'Alarm' feature. It's server is running on port 13306 and contains the data structure used to register users, groups, and alerts to be sent. diff --git a/docker-compose.yml b/docker-compose.yml index 84c419a..2b33d8c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -44,7 +44,7 @@ services: container_name: pinpoint-mysql restart: always - image: "pinpointdocker/pinpoint-mysql:${PINPOINT_VERSION}" +# image: "pinpointdocker/pinpoint-mysql:${PINPOINT_VERSION}" hostname: pinpoint-mysql ports: - "13306:3306"