From 9b82ae72593715704c18f9a61779c1236f227b48 Mon Sep 17 00:00:00 2001 From: kkthxbye <400797+kkthxbye-code@users.noreply.github.com> Date: Fri, 28 Jul 2023 22:02:45 +0200 Subject: [PATCH] Updated TLS (markdown) --- TLS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_