Skip to content

Commit

Permalink
fix: path of config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
johzchen committed Nov 7, 2020
1 parent 28c788d commit 2699181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/test/docker-deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
image: dashboard:ci
restart: always
volumes:
- ../../conf/conf.yaml:/go/manager-api/conf/conf.yaml:ro
- ../../conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml:ro
depends_on:
- etcd
ports:
Expand Down

0 comments on commit 2699181

Please sign in to comment.