chore: layout changes
This commit is contained in:
parent
e615c1819e
commit
83091962a2
6 changed files with 78 additions and 15 deletions
17
README.md
17
README.md
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue