# docker-compose

- [Docker Compose 锚点的用法](https://tuonioooo-notebook.gitbook.io/docker/docker-compose/docker-compose-anchor.md)
- [docker-compose 编排多服务](https://tuonioooo-notebook.gitbook.io/docker/docker-compose/docker-compose-build-servers.md)
- [docker-compose 常用命令](https://tuonioooo-notebook.gitbook.io/docker/docker-compose/docker-compose-common-command.md)
- [docker-compose 部署jenkins](https://tuonioooo-notebook.gitbook.io/docker/docker-compose/docker-compose-jenkins.md)
- [docker-compose安装mySql](https://tuonioooo-notebook.gitbook.io/docker/docker-compose/docker-compose-mysql.md)
- [docker-compose网络配置](https://tuonioooo-notebook.gitbook.io/docker/docker-compose/docker-compose-network.md)
- [docker-compose安装nginx](https://tuonioooo-notebook.gitbook.io/docker/docker-compose/docker-compose-nginx.md)
- [docker-compose安装redis](https://tuonioooo-notebook.gitbook.io/docker/docker-compose/docker-compose-redis.md)
- [docker Compose 示例1](https://tuonioooo-notebook.gitbook.io/docker/docker-compose/docker-compose-simple-1.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tuonioooo-notebook.gitbook.io/docker/docker-compose.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
