1
0
Fork 0

Change docker-compose to docker compose

This commit is contained in:
khai-pi 2025-01-31 14:30:05 +01:00 committed by GitHub
parent 86315e0f18
commit 8f5dd7bd9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 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