chore: layout changes

This commit is contained in:
sujiba 2024-05-07 00:42:02 +02:00
parent e615c1819e
commit 83091962a2
6 changed files with 78 additions and 15 deletions

View file

@ -1,2 +1,19 @@
# 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
```