Skip to content

Commit a63a945

Browse files
committed
docs: fixup lingering docker-compose instance
docker-compose -> docker compose Signed-off-by: Tobin Feldman-Fitzthum <tfeldmanfitz@nvidia.com>
1 parent effbb04 commit a63a945

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/attestation/installation

1 file changed

+1
-1
lines changed

content/en/docs/attestation/installation/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUST_LOG=debug
4949

5050
Then, you can run Trustee with an additional argument.
5151
```bash
52-
docker-compose --env-file debug.env up
52+
docker compose --env-file debug.env up
5353
```
5454

5555
### Uninstall

0 commit comments

Comments
 (0)