kamly commented on issue #482:
URL: https://github.com/apache/apisix-docker/issues/482#issuecomment-1653533055
I have the same problem!!
example:
apisix.yaml
```
routes:
-
uri: /hello
upstream:
nodes:
"127.0.0.1:1980": 1
type: roundrobin
#END
```
docker-compoase.yaml
```
services:
apisix:
restart: always
image: "${IMAGE_APISIX}"
container_name: apisix
volumes:
- ./etc/apisix/apisix.yaml:/usr/local/apisix/conf/apisix.yaml
environment:
- TZ=Asia/Shanghai
- APISIX_STAND_ALONE=true
ports:
- "9180:9180/tcp"
- "9080:9080/tcp"
- "9091:9091/tcp"
- "9443:9443/tcp"
```
stand-alone deployment, with related routes configuration, want to overwrite
apisix.yaml by mounting
run it , apisix.yaml will be overwritten
@shreemaan-abhishek
--
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]