fixing tabbing

This commit is contained in:
Jason Kulatunga 2022-10-15 13:53:19 -07:00
parent ccfa92f635
commit 453a2154d8
1 changed files with 3 additions and 3 deletions

View File

@ -190,14 +190,14 @@ a CDN or minimal Nginx deployment.
## Distribution/Docker ## Distribution/Docker
``` ```
├── docker-compose.yml # docker-compose file which can be used to compile and run "all-in-one" image ├── docker-compose.yml # docker-compose file which can be used to compile and run "all-in-one" image
├── Dockerfile # dockerfile for "all-in-one" image, containing frontend, backend & database ├── Dockerfile # dockerfile for "all-in-one" image, containing frontend, backend & database
├── docker ├── docker
│   ├── README.md │   ├── README.md
│   ├── couchdb │   ├── couchdb
│   │   ├── Dockerfile # dockerfile for "couchdb" only image, used for development │   │   ├── Dockerfile # dockerfile for "couchdb" only image, used for development
│   │   └── local.ini │   │   └── local.ini
│   └── rootfs # filesystem configs, used in Dockerfiles to setup s6-overlay service manager │   └── rootfs # filesystem configs, used in Dockerfiles to setup s6-overlay service manager
│   └── etc │   └── etc
│   ├── cont-init.d │   ├── cont-init.d
│   │   ├── 01-timezone │   │   ├── 01-timezone