forked from LaconicNetwork/kompose
Shell scripts to test k8s and os conversion which can be ran by following command in root dir `./script/test/cmd/tests.sh`
15 lines
180 B
Markdown
15 lines
180 B
Markdown
## Docker 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.
|