docker-compose/README.md
2024-05-08 23:20:12 +02:00

18 lines
385 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# docker-compose
- [docker-compose](#docker-compose)
- [Directory structure](#directory-structure)
## Directory structure
```
/opt/docker
.
├── container-update.sh
├── example_stack
│   ├── docker-compose.yml
│   └── volumes
└── example_app
   ├── docker-compose.yml
   ├── docker-compose.yml_bak
   └── volumes
```