Skip to content

Commit

Permalink
Merge pull request #1671 from koo-taejin/#1668
Browse files Browse the repository at this point in the history
1.5.2 release #1668
  • Loading branch information
koo-taejin committed Apr 8, 2016
2 parents d0fc372 + 35ed6d3 commit 4648b09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pinpoint-hbase:
container_name: pinpoint-hbase
hostname: hbase
image: naver/pinpoint-hbase:1.5.2-SNAPSHOT
image: naver/pinpoint-hbase:1.5.2
restart: always
expose:
- "2181"
Expand All @@ -11,7 +11,7 @@ pinpoint-hbase:
pinpoint-collector:
container_name: pinpoint-collector
hostname: collector
image: naver/pinpoint-collector:1.5.2-SNAPSHOT
image: naver/pinpoint-collector:1.5.2
restart: always
expose:
- "9994"
Expand All @@ -38,7 +38,7 @@ pinpoint-collector:
pinpoint-web:
container_name: pinpoint-web
hostname: web
image: naver/pinpoint-web:1.5.2-SNAPSHOT
image: naver/pinpoint-web:1.5.2
restart: always
expose:
- "8080"
Expand All @@ -56,7 +56,7 @@ pinpoint-web:

# only example
#pinpoint-agent:
# image: naver/pinpoint-agent:1.5.2-SNAPSHOT
# image: naver/pinpoint-agent:1.5.2
# net: "none"
# restart: unless-stopped
# volumes:
Expand Down

0 comments on commit 4648b09

Please # to comment.