mojerro commented on issue #7125:
URL: https://github.com/apache/apisix/issues/7125#issuecomment-1280582719
here is the `docker-compose.yml`
```yml
apisix:
image: apache/apisix:2.15.0-alpine
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- TZ=${TIMEZONE}
volumes:
- ./apisix_log:/usr/local/apisix/logs
- ./config/apisix_conf.yaml:/usr/local/apisix/conf/config.yaml:ro
depends_on:
- etcd
##network_mode: host
ports:
- "80:80/tcp"
- "39091:9091/tcp"
- "443:443/tcp"
- "39180:9180/tcp"
```
--
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]