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
- Host: GitHub
- URL: https://github.com/kavin-du/docker-compose-files
- Owner: kavin-du
- Created: 2022-02-04T06:33:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T11:54:27.000Z (over 1 year ago)
- Last Synced: 2025-10-05T13:54:28.045Z (9 months ago)
- Topics: docker, docker-compose
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### HOW TO RUN?
```
docker-compose -f .yml up -d
```
### HOW TO STOP?
```
docker-compose -f .yml down
```