1
0
Fork 0

Merge branch v2.11 into v3.3

This commit is contained in:
romain 2025-01-31 15:20:12 +01:00
commit cfebed7328
7 changed files with 17 additions and 8 deletions

View file

@ -31,7 +31,7 @@ Our starting point is the docker-compose configuration file, to start the k3s cl
You can start it with:
```bash
docker-compose -f k3s.yml up
docker compose -f k3s.yml up
```
```yaml