Change docker-compose to docker compose

This commit is contained in:
ben-2357
2024-03-04 22:10:54 -06:00
committed by GitHub
parent 719aa8d411
commit af274df047

View File

@@ -109,7 +109,7 @@ Navigate to `knightcrawler/development/docker` and edit the `Caddyfile` to repla
If you have configured external access, utilize the following commands:
```sh
cd deployment/docker
docker-compose -f docker-compose.yaml -f docker-compose-caddy.yaml up -d
docker compose -f docker-compose.yaml -f docker-compose-caddy.yaml up -d
```
If you have not configured external access, utilize the following commands: