fixing tabbing
This commit is contained in:
parent
ccfa92f635
commit
453a2154d8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue