Change docker-compose to docker compose
This commit is contained in:
parent
86315e0f18
commit
8f5dd7bd9d
6 changed files with 8 additions and 8 deletions
|
@ -46,7 +46,7 @@ Create a `docker-compose.yml` file with the following content:
|
|||
|
||||
Replace `whoami.localhost` by your **own domain** within the `traefik.http.routers.whoami.rule` label of the `whoami` service.
|
||||
|
||||
Now run `docker-compose up -d` within the folder where you created the previous file.
|
||||
Now run `docker compose up -d` within the folder where you created the previous file.
|
||||
This will start Docker Compose in background mode.
|
||||
|
||||
!!! info "This can take a moment"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue