From 60a694ce7ea9b45e1f8816d9409268425f317997 Mon Sep 17 00:00:00 2001 From: Roman Siverov Date: Thu, 4 Jun 2026 14:09:21 +0300 Subject: [PATCH] docs: syntax highlighting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e8dfa5..296921d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ - Docker 1. Выполним команды: - ``` + ```bash 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 @@ -38,12 +38,12 @@ ## Использование Получить MOTD: -``` +```bash curl -k https://localhost/motd ``` Установить MOTD: -``` +```bash curl -k -X POST https://localhost/motd \ -H "Content-Type: application/json" \ -d '{"message":"Hello from MOTD app"}'