From 5718276179d0c5aa5f0ecd37000f0715d062e97b Mon Sep 17 00:00:00 2001 From: Roman Siverov Date: Thu, 4 Jun 2026 13:40:35 +0300 Subject: [PATCH] docs (fix typo): README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ac9a8f..04c32be 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ 1. Выполним команды: ``` - ocker run --rm -v ./.ssl:/ssl --entrypoint /bin/sh alpine/openssl -c "/ssl/gen-ca.sh && /ssl/gen-cert.sh localhost" + docker run --rm -v ./.ssl:/ssl --entrypoint /bin/sh alpine/openssl -c "/ssl/gen-ca.sh && /ssl/gen-cert.sh localhost" docker compose build docker compose up -d ```