|
@@ -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
|
|
|
|
|
|
|
+docker compose -f basic.yml up -d
|
|
|
```
|
|
```
|