mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
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
|
- `traefik.yml`: Use Traefik as reverse-proxy with automatic HTTPS
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose -f basic.yml up -d db
|
docker compose -f basic.yml up -d
|
||||||
docker-compose -f basic.yml up
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue