Run the application in one command

This commit is contained in:
Ananta Krsna dasa 2023-02-19 19:34:12 +05:30 committed by Frédéric Guillot
parent 20c4cb770e
commit a1593b8942
1 changed files with 1 additions and 2 deletions

View File

@ -8,6 +8,5 @@ Here are few Docker Compose examples:
- `traefik.yml`: Use Traefik as reverse-proxy with automatic HTTPS
```bash
docker-compose -f basic.yml up -d db
docker-compose -f basic.yml up
docker compose -f basic.yml up -d
```