You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/09/17 07:28:33 UTC

[GitHub] [skywalking] 760515805 commented on issue #2584: refresh error

760515805 commented on issue #2584:
URL: https://github.com/apache/skywalking/issues/2584#issuecomment-921565122


   I also encountered this problem in the latest version
   
   **version:** 8.7.0
   **docker-compose.yml**
   ```version: '3'
   services:
     oap:
       image: apache/skywalking-oap-server:8.7.0-es7
       container_name: oap
       restart: always
       ports:
         - 11800:11800
         - 12800:12800
       environment:
         - SW_STORAGE=elasticsearch7
         - SW_STORAGE_ES_CLUSTER_NODES=172.17.20.45:9200
         - SW_NAMESPACE=skywalking
         - SW_CORE_RECORD_DATA_TTL=3
         - SW_CORE_METRICS_DATA_TTL=3
         - TZ=Asia/Shanghai
     skywaling-ui:
       image: apache/skywalking-ui:8.7.0
       container_name: ui
       depends_on:
         - oap
       links:
         - oap
       ports:
         - 8888:8080
       environment:
         - SW_OAP_ADDRESS=http://oap:12800
         - TZ=Asia/Shanghai
      ```
   
   Is there a solution?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org