mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Change docker-compose to docker compose
This commit is contained in:
@@ -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:
|
If you have configured external access, utilize the following commands:
|
||||||
```sh
|
```sh
|
||||||
cd deployment/docker
|
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:
|
If you have not configured external access, utilize the following commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user