tokers commented on a change in pull request #958:
URL: https://github.com/apache/apisix-dashboard/pull/958#discussion_r545505526
##########
File path: api/test/docker/docker-compose.yaml
##########
@@ -149,14 +150,15 @@ services:
ipv4_address: 172.16.238.30
apisix2:
+ hostname: apisix_server2
build:
context: ../../
dockerfile: test/docker/Dockerfile-apisix
args:
- - APISIX_VERSION=2.1
+ - APISIX_VERSION=master
restart: always
volumes:
- - ./apisix_config.yaml:/usr/local/apisix/conf/config.yaml:ro
+ - ./apisix_config2.yaml:/usr/local/apisix/conf/config.yaml:ro
Review comment:
Why using `apisix_config2`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]