daifuyang commented on issue #470:
URL: https://github.com/apache/apisix-docker/issues/470#issuecomment-1620946944

   apisix-dashboard:
       image: apache/apisix-dashboard:3.0.1-alpine
       container_name: apisix-dashboard
       restart: always
       volumes:
         - 
~/docker-workspace/workspace/apisix/dashboard/config.yaml:/usr/local/apisix-dashboard/conf/conf.yaml
       ports:
         - "9000:9000"
       networks:
         - default
   
     apisix:
       image: apache/apisix:${APISIX_IMAGE_TAG:-3.3.0-centos}
       user: root
       container_name: apisix
       restart: always
       volumes:
         - ~/docker-workspace/workspace/apisix/logs:/usr/local/apisix/logs
         - 
~/docker-workspace/workspace/apisix/config.yaml:/usr/local/apisix/conf/config.yaml:ro
         # - 
~/docker-workspace/workspace/apisix/go-runner:/usr/local/go-runner:ro
       depends_on:
         - etcd
       ports:
         - "9180:9180/tcp"
         - "9080:9080/tcp"
         # - "9091:9091/tcp"
         # - "9443:9443/tcp"
         # - "9092:9092/tcp"
       networks:
         - default
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to