Skip to content

Commit

Permalink
test: fix APISIX dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Oct 1, 2021
1 parent e85f523 commit 256e117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/test/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ services:

apisix:
hostname: apisix_server1
image: apache/apisix:2.9-alpine
image: apache/apisix:dev
restart: always
volumes:
- ./apisix_config.yaml:/usr/local/apisix/conf/config.yaml:ro
Expand Down Expand Up @@ -171,7 +171,7 @@ services:
dockerfile: test/docker/Dockerfile
restart: always
volumes:
- ../../conf/conf.yaml:/go/manager-api/conf/conf.yaml:ro
- ./manager-api-conf-new.yaml:/go/manager-api/conf/conf.yaml:ro
- ../testdata:/go/manager-api/testdata
depends_on:
- node1
Expand Down

0 comments on commit 256e117

Please sign in to comment.