forked from LaconicNetwork/kompose
#### What type of PR is this? Change from Docker Compose references to just Compose <!-- Add one of the following kinds: /kind bug /kind cleanup /kind documentation /kind feature --> #### What this PR does / why we need it: Compose is an open format and we should not say "Docker Compose". #### Which issue(s) this PR fixes: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Fixes https://github.com/kubernetes/kompose/issues/1868 #### Special notes for your reviewer: Signed-off-by: Charlie Drage <charlie@charliedrage.com>
15 lines
173 B
Markdown
15 lines
173 B
Markdown
## Compose Etherpad
|
|
|
|
Etherpad and Mariadb
|
|
|
|
### Usage
|
|
|
|
The simplest thing to do:
|
|
|
|
```bash
|
|
export $(cat envs)
|
|
docker-compose up
|
|
```
|
|
|
|
To customize the values edit `envs` file.
|