Skip to content

Commit

Permalink
update to 6.0.0-GA.
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredTan95 committed Apr 4, 2019
1 parent 4d0cc64 commit 4c906cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 6.x/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
environment:
discovery.type: single-node
oap:
image: wutang/skywalking-oap:6.0.0-beta
image: wutang/skywalking-oap:6.0.0-GA
container_name: oap
depends_on:
- elasticsearch
Expand All @@ -39,7 +39,7 @@ services:
volumes:
- ./config:/apache-skywalking-apm-incubating/config:ro
ui:
image: wutang/skywalking-ui:6.0.0-beta
image: wutang/skywalking-ui:6.0.0-GA
container_name: ui
depends_on:
- oap
Expand Down

0 comments on commit 4c906cf

Please sign in to comment.