An open API service indexing awesome lists of open source software.

https://github.com/kavin-du/docker-compose-files

Useful docker compose files for day-to-day use
https://github.com/kavin-du/docker-compose-files

docker docker-compose

Last synced: about 2 months ago
JSON representation

Useful docker compose files for day-to-day use

Awesome Lists containing this project

README

          

### HOW TO RUN?

```
docker-compose -f .yml up -d
```

### HOW TO STOP?

```
docker-compose -f .yml down
```