Skip to content

Commit 4648b09

Browse files
committed
Merge pull request pinpoint-apm#1671 from koo-taejin/pinpoint-apm#1668
1.5.2 release pinpoint-apm#1668
2 parents d0fc372 + 35ed6d3 commit 4648b09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pinpoint-hbase:
22
container_name: pinpoint-hbase
33
hostname: hbase
4-
image: naver/pinpoint-hbase:1.5.2-SNAPSHOT
4+
image: naver/pinpoint-hbase:1.5.2
55
restart: always
66
expose:
77
- "2181"
@@ -11,7 +11,7 @@ pinpoint-hbase:
1111
pinpoint-collector:
1212
container_name: pinpoint-collector
1313
hostname: collector
14-
image: naver/pinpoint-collector:1.5.2-SNAPSHOT
14+
image: naver/pinpoint-collector:1.5.2
1515
restart: always
1616
expose:
1717
- "9994"
@@ -38,7 +38,7 @@ pinpoint-collector:
3838
pinpoint-web:
3939
container_name: pinpoint-web
4040
hostname: web
41-
image: naver/pinpoint-web:1.5.2-SNAPSHOT
41+
image: naver/pinpoint-web:1.5.2
4242
restart: always
4343
expose:
4444
- "8080"
@@ -56,7 +56,7 @@ pinpoint-web:
5656

5757
# only example
5858
#pinpoint-agent:
59-
# image: naver/pinpoint-agent:1.5.2-SNAPSHOT
59+
# image: naver/pinpoint-agent:1.5.2
6060
# net: "none"
6161
# restart: unless-stopped
6262
# volumes:

0 commit comments

Comments
 (0)