Run the application in one command
This commit is contained in:
parent
20c4cb770e
commit
a1593b8942
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue