diff --git a/TLS.md b/TLS.md index 4a4b71a..9d691c3 100644 --- a/TLS.md +++ b/TLS.md @@ -52,7 +52,7 @@ services: - 443:443 ``` -Now run `docker-compose up` and you should be able to access NetBox via HTTPS. +Now run `docker compose up` and you should be able to access NetBox via HTTPS. ### Automatic Certificates @@ -128,7 +128,7 @@ services: - 443:443 ``` -Run `docker-compose up` and then you're able to access NetBox at https://localhost. +Run `docker compose up` and then you're able to access NetBox at https://localhost. ## About _hitch_